diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -33,7 +33,6 @@ #include "rdp-server.h" #include "citrix-server.h" #include "uccs-server.h" -#include "x2go-server.h" #include "crypt.h" gint server_list_to_array (GVariantBuilder * builder, GList * items); @@ -388,10 +387,8 @@ main (int argc, char * argv[]) { GError * error = NULL; -#if !GLIB_CHECK_VERSION (2, 35, 1) /* Init the GTypes */ g_type_init(); -#endif /* Setup i18n */ setlocale (LC_ALL, ""); |