on second glance, there are even more issues that keep us from working w/2.4. still, 2.6 was released in 2004, so it's not like we're on the bleeding edge here.

This commit is contained in:
Charles Kerr
2007-07-19 03:36:29 +00:00
parent 4febc1a0dc
commit ad63c84b47
5 changed files with 2 additions and 38 deletions

View File

@@ -21,12 +21,6 @@
#define UNUSED
#endif
#if !GTK_CHECK_VERSION(2,6,0)
#define GTK_STOCK_ABOUT NULL
#endif
extern void doAction (const char * action_name, gpointer user_data );
static GtkActionGroup * myGroup = 0;