summaryrefslogtreecommitdiff
path: root/gsearchtool/libeggsmclient/eggsmclient-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsearchtool/libeggsmclient/eggsmclient-private.h')
-rw-r--r--gsearchtool/libeggsmclient/eggsmclient-private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gsearchtool/libeggsmclient/eggsmclient-private.h b/gsearchtool/libeggsmclient/eggsmclient-private.h
index d13035bf..a79f05df 100644
--- a/gsearchtool/libeggsmclient/eggsmclient-private.h
+++ b/gsearchtool/libeggsmclient/eggsmclient-private.h
@@ -42,12 +42,6 @@ EggSMClient *egg_sm_client_xsmp_new (void);
GType egg_sm_client_dbus_get_type (void);
EggSMClient *egg_sm_client_dbus_new (void);
# endif
-#elif defined (GDK_WINDOWING_WIN32)
-GType egg_sm_client_win32_get_type (void);
-EggSMClient *egg_sm_client_win32_new (void);
-#elif defined (GDK_WINDOWING_QUARTZ)
-GType egg_sm_client_osx_get_type (void);
-EggSMClient *egg_sm_client_osx_new (void);
#endif
G_END_DECLS