summaryrefslogtreecommitdiff
path: root/applets/clock/clock-location-tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets/clock/clock-location-tile.h')
-rw-r--r--applets/clock/clock-location-tile.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/applets/clock/clock-location-tile.h b/applets/clock/clock-location-tile.h
index 0b1aa8e9..a4f75a15 100644
--- a/applets/clock/clock-location-tile.h
+++ b/applets/clock/clock-location-tile.h
@@ -21,20 +21,12 @@ extern "C" {
typedef struct
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBin parent;
-#else
- GtkAlignment parent;
-#endif
} ClockLocationTile;
typedef struct
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBinClass parent_class;
-#else
- GtkAlignmentClass parent_class;
-#endif
void (* tile_pressed) (ClockLocationTile *tile);
int (* need_clock_format) (ClockLocationTile *tile);