From db3672683c6b70841d519e591b6112876e7d9f26 Mon Sep 17 00:00:00 2001 From: motse Date: Wed, 8 Dec 2004 11:01:19 +0000 Subject: [PATCH] remove quick hack includes to Gtk*Peer.c from native.c --- src/native/native.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/native/native.c b/src/native/native.c index 1ab67dbe1..4d06781a5 100644 --- a/src/native/native.c +++ b/src/native/native.c @@ -31,7 +31,7 @@ The .hh files created with the header file generator are all included here as are the C functions implementing these methods. - $Id: native.c 1735 2004-12-07 14:33:27Z twisti $ + $Id: native.c 1739 2004-12-08 11:01:19Z motse $ */ @@ -77,14 +77,6 @@ /* include table of native functions ******************************************/ - -/* XXX quick hack? */ -#if defined(USE_GTK) -#include "native/vm/GtkComponentPeer.c" -#include "native/vm/GtkScrollPanePeer.c" -#include "native/vm/GtkFileDialogPeer.c" -#endif - #include "nativetable.inc" -- 2.25.1