diff options
author | Felix Riemann <[email protected]> | 2014-05-03 20:27:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-08-13 19:08:02 +0200 |
commit | c2fc00295668a545f2f69d281e100cafd88c2098 (patch) | |
tree | 2dac836870ef4f261c3837f1f8d32159359e0f3a /src/eom-metadata-sidebar.c | |
parent | 4b4a6119bce67e6b680077e31b070e37c5f11d67 (diff) | |
download | eom-c2fc00295668a545f2f69d281e100cafd88c2098.tar.bz2 eom-c2fc00295668a545f2f69d281e100cafd88c2098.tar.xz |
Remove EomDialog helper class
EomDialog has become obsolete with the switch to GtkBuilder templates.
origin commits:
https://gitlab.gnome.org/GNOME/eog/commit/9a60071
Diffstat (limited to 'src/eom-metadata-sidebar.c')
-rw-r--r-- | src/eom-metadata-sidebar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eom-metadata-sidebar.c b/src/eom-metadata-sidebar.c index 9c13c03..c0bb0dc 100644 --- a/src/eom-metadata-sidebar.c +++ b/src/eom-metadata-sidebar.c @@ -32,7 +32,6 @@ #include <glib/gi18n.h> #include <gtk/gtk.h> -#include "eom-dialog.h" #include "eom-image.h" #include "eom-metadata-sidebar.h" #include "eom-properties-dialog.h" |