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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 13f890a..57313f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,7 +44,6 @@ INST_H_FILES = \ eom-window.h \ eom-window-activatable.h \ eom-sidebar.h \ - eom-dialog.h \ eom-properties-dialog.h \ eom-error-message-area.h \ eom-file-chooser.h \ @@ -72,7 +71,6 @@ libeom_c_files = \ eom-window.c \ eom-window-activatable.c \ eom-sidebar.c \ - eom-dialog.c \ eom-preferences-dialog.c \ eom-properties-dialog.c \ eom-error-message-area.c \ |