summaryrefslogtreecommitdiff
path: root/src/eom-list-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eom-list-store.c')
-rw-r--r--src/eom-list-store.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eom-list-store.c b/src/eom-list-store.c
index 71ac565..e37dc61 100644
--- a/src/eom-list-store.c
+++ b/src/eom-list-store.c
@@ -29,9 +29,6 @@
#include <string.h>
-#define EOM_LIST_STORE_GET_PRIVATE(object) \
- (G_TYPE_INSTANCE_GET_PRIVATE ((object), EOM_TYPE_LIST_STORE, EomListStorePrivate))
-
struct _EomListStorePrivate {
GList *monitors; /* Monitors for the directories */
gint initial_image; /* The image that should be selected firstly by the view. */