summaryrefslogtreecommitdiff
path: root/src/eom-metadata-sidebar.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:41:34 +0200
committerraveit65 <[email protected]>2021-11-20 17:09:50 +0100
commit3bd33d4b89dd74b5f523957d092acfdf49410280 (patch)
treee5db530b0c9d191a6ceb049be4f0815e48b5d020 /src/eom-metadata-sidebar.c
parent785eb88e75c2da2dadfc1aca869761ece725abad (diff)
downloadeom-3bd33d4b89dd74b5f523957d092acfdf49410280.tar.bz2
eom-3bd33d4b89dd74b5f523957d092acfdf49410280.tar.xz
Use a blank line at most
Diffstat (limited to 'src/eom-metadata-sidebar.c')
-rw-r--r--src/eom-metadata-sidebar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/eom-metadata-sidebar.c b/src/eom-metadata-sidebar.c
index ba31937..982a937 100644
--- a/src/eom-metadata-sidebar.c
+++ b/src/eom-metadata-sidebar.c
@@ -263,7 +263,6 @@ eom_metadata_sidebar_set_image (EomMetadataSidebar *sidebar, EomImage *image)
if (image == priv->image)
return;
-
if (priv->thumb_changed_id != 0) {
g_signal_handler_disconnect (priv->image,
priv->thumb_changed_id);
@@ -525,7 +524,6 @@ eom_metadata_sidebar_class_init (EomMetadataSidebarClass *klass)
#endif /* HAVE_METADATA */
}
-
GtkWidget*
eom_metadata_sidebar_new (EomWindow *window)
{