aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-11-17 23:57:42 +0800
committerXan Lopez <xan@igalia.com>2011-12-03 23:16:44 +0800
commitaec912b5fc328171d989963421a6ceed0d8c6f03 (patch)
tree87a4f9862aafd75355b0084490953cf5cf50fd75 /src/Makefile.am
parent77ec3ecef9ac6d3d298b6ddd2f38bfebe3da7174 (diff)
downloadgsoc2013-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.am2
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 \