summaryrefslogtreecommitdiff
path: root/gtk/gtkselection.c
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2001-09-20 16:31:21 +0000
committerSven Neumann <neo@src.gnome.org>2001-09-20 16:31:21 +0000
commitb728e2eaba37c44ca93072b4153739de13495f67 (patch)
tree2d1bf39f7ce67e66f1a2fec24db6d63e1136e27b /gtk/gtkselection.c
parent6adbb34d52a5040028e57449f5047e4e0013ceaf (diff)
downloadgdk-pixbuf-b728e2eaba37c44ca93072b4153739de13495f67.tar.gz
configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.c
2001-09-20 Sven Neumann <sven@gimp.org> * configure.in * gdk/Makefile.am * gtk/Makefile.am * gtk/gtkselection.c * gtk/gtktreeview.c * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
Diffstat (limited to 'gtk/gtkselection.c')
-rw-r--r--gtk/gtkselection.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c
index 0e670919a..e399fbc69 100644
--- a/gtk/gtkselection.c
+++ b/gtk/gtkselection.c
@@ -61,8 +61,6 @@
#include "win32/gdkwin32.h" /* For gdk_window_lookup() */
#elif defined (GDK_WINDOWING_FB)
#include "linux-fb/gdkfb.h" /* For gdk_window_lookup() */
-#elif defined (GDK_WINDOWING_NANOX)
-#include "nanox/gdkprivate-nanox.h" /* For gdk_window_lookup() */
#endif
#include "gtkmain.h"