diff options
Diffstat (limited to 'applets/clock/clock-location.c')
-rw-r--r-- | applets/clock/clock-location.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/applets/clock/clock-location.c b/applets/clock/clock-location.c index 13495587..e2317b0d 100644 --- a/applets/clock/clock-location.c +++ b/applets/clock/clock-location.c @@ -22,11 +22,6 @@ #include "set-timezone.h" #include "system-timezone.h" -#if GTK_CHECK_VERSION (3, 0, 0) -#define gtk_vbox_new(X, Y) gtk_box_new(GTK_ORIENTATION_VERTICAL, Y) -#define gtk_hbox_new(X, Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL, Y) -#endif - G_DEFINE_TYPE (ClockLocation, clock_location, G_TYPE_OBJECT) typedef struct { |