diff options
author | rbuj <[email protected]> | 2020-12-21 17:22:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-01-07 18:19:09 +0100 |
commit | 304cfb4c5589b875b5435312f6b770b4d65c7db1 (patch) | |
tree | d1472cba9a1f7855aeacef6d123e0209116feb69 /src/eom-list-store.c | |
parent | 51103d7c7d87f8bde37d96956f8f266402846f13 (diff) | |
download | eom-304cfb4c5589b875b5435312f6b770b4d65c7db1.tar.bz2 eom-304cfb4c5589b875b5435312f6b770b4d65c7db1.tar.xz |
Remove warning -Wshadow
Diffstat (limited to 'src/eom-list-store.c')
-rw-r--r-- | src/eom-list-store.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/eom-list-store.c b/src/eom-list-store.c index e37dc61..900cbdf 100644 --- a/src/eom-list-store.c +++ b/src/eom-list-store.c @@ -407,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); |