summaryrefslogtreecommitdiff
path: root/src/eom-list-store.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-12 13:48:13 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-09-02 18:18:35 +0200
commit5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c (patch)
treefebebefb25bf8b6764a8fba36f1e422ab6cfee06 /src/eom-list-store.c
parentb7350733555def60354b30c40be650c5474647b6 (diff)
downloadeom-5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c.tar.bz2
eom-5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c.tar.xz
Remove unused macros
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. */