From 5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Wed, 12 Aug 2020 13:48:13 +0200 Subject: Remove unused macros --- src/eom-list-store.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/eom-list-store.c') 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 -#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. */ -- cgit v1.2.1