Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guards
This commit is contained in:
@ -22,8 +22,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "gail.h"
|
||||
#include "gailfactory.h"
|
||||
|
||||
@ -21,8 +21,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "gailitem.h"
|
||||
#include <libgail-util/gailmisc.h>
|
||||
|
||||
@ -21,8 +21,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "gaillabel.h"
|
||||
#include "gailwindow.h"
|
||||
|
||||
@ -19,8 +19,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include "gailmenu.h"
|
||||
|
||||
static void gail_menu_class_init (GailMenuClass *klass);
|
||||
|
||||
@ -22,8 +22,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "gailtoplevel.h"
|
||||
|
||||
@ -21,8 +21,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
#include <gdk/x11/gdkx.h>
|
||||
|
||||
@ -21,8 +21,6 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "gailwindow.h"
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
#define MAX_BUFFER 256
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
#define GTK_ENABLE_BROKEN
|
||||
#define MAX_GROUPS 20
|
||||
#define MAX_NAME_VALUE 20
|
||||
|
||||
|
||||
@ -1,5 +1,3 @@
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "testlib.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user