Skip to content

Commit

Permalink
Removed G_APPLICATION_FLAGS_NONE
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Szczerbiński committed Mar 16, 2024
1 parent a100004 commit 5738949
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

#include <gtk/gtk.h>

// G_APPLICATION_DEFAULT_FLAGS doesn't exist in older versions of glib
#ifndef G_APPLICATION_DEFAULT_FLAGS
//#define G_APPLICATION_DEFAULT_FLAGS G_APPLICATION_FLAGS_NONE
#endif

#include "../common.h"

extern GtkApplication *app;
Expand Down

0 comments on commit 5738949

Please sign in to comment.