summaryrefslogtreecommitdiff
path: root/src/caja-emblem-sidebar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-emblem-sidebar.h')
-rw-r--r--src/caja-emblem-sidebar.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/caja-emblem-sidebar.h b/src/caja-emblem-sidebar.h
index 6435ef53..3053ac7d 100644
--- a/src/caja-emblem-sidebar.h
+++ b/src/caja-emblem-sidebar.h
@@ -47,22 +47,13 @@ typedef struct CajaEmblemSidebarDetails CajaEmblemSidebarDetails;
typedef struct
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBox parent_slot;
-#else
- GtkVBox parent_slot;
-#endif
CajaEmblemSidebarDetails *details;
} CajaEmblemSidebar;
typedef struct
{
-#if GTK_CHECK_VERSION (3, 0, 0)
GtkBoxClass parent_slot;
-#else
- GtkVBoxClass parent_slot;
-#endif
-
} CajaEmblemSidebarClass;
GType caja_emblem_sidebar_get_type (void);