diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-11-17 23:57:42 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-03 23:16:44 +0800 |
commit | aec912b5fc328171d989963421a6ceed0d8c6f03 (patch) | |
tree | 87a4f9862aafd75355b0084490953cf5cf50fd75 /src/Makefile.am | |
parent | 77ec3ecef9ac6d3d298b6ddd2f38bfebe3da7174 (diff) | |
download | gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar.gz gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar.bz2 gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar.lz gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar.xz gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.tar.zst gsoc2013-epiphany-aec912b5fc328171d989963421a6ceed0d8c6f03.zip |
Remove toolbar editor
The UI is gone, but the infrastructure still persists
(EggToolbarModel, etc). Further cleanups are possible.
https://bugzilla.gnome.org/show_bug.cgi?id=664260
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 f4914505b..49463d6fa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,7 +32,6 @@ NOINST_H_FILES = \ ephy-tabs-menu.h \ ephy-toolbars-model.h \ ephy-toolbar.h \ - ephy-toolbar-editor.h \ languages.h \ pdm-dialog.h \ popup-commands.h \ @@ -77,7 +76,6 @@ libephymain_la_SOURCES = \ ephy-tabs-menu.c \ ephy-toolbars-model.c \ ephy-toolbar.c \ - ephy-toolbar-editor.c \ ephy-window.c \ pdm-dialog.c \ popup-commands.c \ |