Commit b87228523db0572dccc00d1118fe3e0e32e5effb
1 parent
ecd96632
Exists in
master
and in
2 other branches
Removing GTKOSX.
Showing
1 changed file
with
1 additions
and
5 deletions
Show diff stats
src/objects/application/application.c
... | ... | @@ -38,11 +38,7 @@ static void startup(GApplication * application); |
38 | 38 | static void activate(GApplication * application); |
39 | 39 | static void finalize(GObject *object); |
40 | 40 | |
41 | -#ifdef __APPLE__ | |
42 | - G_DEFINE_TYPE(pw3270Application, pw3270Application, GTKOSX_TYPE_APPLICATION); | |
43 | -#else | |
44 | - G_DEFINE_TYPE(pw3270Application, pw3270Application, GTK_TYPE_APPLICATION); | |
45 | -#endif // __APPLE__ | |
41 | +G_DEFINE_TYPE(pw3270Application, pw3270Application, GTK_TYPE_APPLICATION); | |
46 | 42 | |
47 | 43 | static void get_property(GObject *object, guint prop_id, GValue *value, GParamSpec G_GNUC_UNUSED(*pspec)) { |
48 | 44 | ... | ... |