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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/eom-list-store.c b/src/eom-list-store.c
index 71ac565..0115b1d 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. */
@@ -410,8 +407,6 @@ file_monitor_changed_cb (GFileMonitor *monitor,
break;
case G_FILE_MONITOR_EVENT_DELETED:
if (is_file_in_list_store_file (store, file, &iter)) {
- EomImage *image;
-
gtk_tree_model_get (GTK_TREE_MODEL (store), &iter,
EOM_LIST_STORE_EOM_IMAGE, &image,
-1);
@@ -826,7 +821,6 @@ eom_list_store_remove_thumbnail_job (EomListStore *store,
g_mutex_unlock (&store->priv->mutex);
}
-
}
static void