diff options
author | rbuj <[email protected]> | 2021-10-27 17:41:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-20 17:09:50 +0100 |
commit | 3bd33d4b89dd74b5f523957d092acfdf49410280 (patch) | |
tree | e5db530b0c9d191a6ceb049be4f0815e48b5d020 /src/eom-thumb-view.c | |
parent | 785eb88e75c2da2dadfc1aca869761ece725abad (diff) | |
download | eom-3bd33d4b89dd74b5f523957d092acfdf49410280.tar.bz2 eom-3bd33d4b89dd74b5f523957d092acfdf49410280.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/eom-thumb-view.c')
-rw-r--r-- | src/eom-thumb-view.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c index bc1184e..3a2ddf4 100644 --- a/src/eom-thumb-view.c +++ b/src/eom-thumb-view.c @@ -1024,7 +1024,6 @@ eom_thumb_view_select_single (EomThumbView *thumbview, gtk_tree_path_free (path); } - /** * eom_thumb_view_set_thumbnail_popup: * @thumbview: An #EomThumbView. @@ -1052,7 +1051,6 @@ eom_thumb_view_set_thumbnail_popup (EomThumbView *thumbview, NULL); } - static void eom_thumb_view_popup_menu (EomThumbView *thumbview, GdkEventButton *event) { |