diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-25 01:56:44 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-25 20:17:48 +0800 |
commit | 7b0b0876301a1c46a443c846fc68cf1d5b83fb35 (patch) | |
tree | 608749bd4d8ea2d38bc2524d41c96b8418c021e4 /data | |
parent | 1fd03c175605e09c4019fe22af72fcb7e265b60d (diff) | |
download | gsoc2013-epiphany-7b0b0876301a1c46a443c846fc68cf1d5b83fb35.tar.gz gsoc2013-epiphany-7b0b0876301a1c46a443c846fc68cf1d5b83fb35.tar.zst gsoc2013-epiphany-7b0b0876301a1c46a443c846fc68cf1d5b83fb35.zip |
ui: remove unused file
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/Makefile.am | 1 | ||||
-rw-r--r-- | data/ui/epiphany-bookmarksbar.xml | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am index 5e101f89d..f9efeaa77 100644 --- a/data/ui/Makefile.am +++ b/data/ui/Makefile.am @@ -1,6 +1,5 @@ xmldir = $(pkgdatadir) xml_DATA = \ - epiphany-bookmarksbar.xml \ epiphany-bookmark-editor-ui.xml \ epiphany-ui.xml \ epiphany-history-window-ui.xml diff --git a/data/ui/epiphany-bookmarksbar.xml b/data/ui/epiphany-bookmarksbar.xml deleted file mode 100644 index 2f8a1684a..000000000 --- a/data/ui/epiphany-bookmarksbar.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0"?> -<toolbars version="1.0"> -<toolbar name="BookmarksBar"/> -</toolbars> |