diff options
Diffstat (limited to 'drivemount/drive-list.h')
-rw-r--r-- | drivemount/drive-list.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivemount/drive-list.h b/drivemount/drive-list.h index 76693ca7..690e0c4b 100644 --- a/drivemount/drive-list.h +++ b/drivemount/drive-list.h @@ -39,11 +39,7 @@ typedef struct _DriveListClass DriveListClass; struct _DriveList { -#if GTK_CHECK_VERSION(3, 0, 0) GtkGrid parent; -#else - GtkTable parent; -#endif GHashTable *volumes; GHashTable *mounts; @@ -56,11 +52,7 @@ struct _DriveList struct _DriveListClass { -#if GTK_CHECK_VERSION(3, 0, 0) GtkGridClass parent_class; -#else - GtkTableClass parent_class; -#endif }; GType drive_list_get_type (void); |