diff options
author | Monsta <[email protected]> | 2015-08-24 22:25:31 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-31 14:51:17 +0200 |
commit | e5e2b894e070fd0509c0016e7285d78c6ff543c3 (patch) | |
tree | 6b52f77438b32132f46da5521b3ccc693ba10123 /cut-n-paste/smclient/eggsmclient-private.h | |
parent | 0f060b5170016a28cf742edbc623dea906fa7f15 (diff) | |
download | atril-e5e2b894e070fd0509c0016e7285d78c6ff543c3.tar.bz2 atril-e5e2b894e070fd0509c0016e7285d78c6ff543c3.tar.xz |
drop support for win32/osx/hildon, make smclient mandatory
Diffstat (limited to 'cut-n-paste/smclient/eggsmclient-private.h')
-rw-r--r-- | cut-n-paste/smclient/eggsmclient-private.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cut-n-paste/smclient/eggsmclient-private.h b/cut-n-paste/smclient/eggsmclient-private.h index 4f8572fe..71ce652f 100644 --- a/cut-n-paste/smclient/eggsmclient-private.h +++ b/cut-n-paste/smclient/eggsmclient-private.h @@ -29,22 +29,8 @@ void egg_sm_client_quit_requested (EggSMClient *client); void egg_sm_client_quit_cancelled (EggSMClient *client); void egg_sm_client_quit (EggSMClient *client); -#if defined (GDK_WINDOWING_X11) -# ifdef EGG_SM_CLIENT_BACKEND_XSMP GType egg_sm_client_xsmp_get_type (void); EggSMClient *egg_sm_client_xsmp_new (void); -# endif -# ifdef EGG_SM_CLIENT_BACKEND_DBUS -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 |