diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-15 01:24:39 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-15 01:24:39 +0800 |
commit | 049e9612e7676c87ac0f011ec56340614e513cab (patch) | |
tree | c8d72a04868f0fcdbfb3b47572bd615466f9afd7 /src/bookmarks/Makefile.am | |
parent | 44d48795f34bd60cb8f8146e8cc3ed62c893d3ac (diff) | |
download | gsoc2013-epiphany-049e9612e7676c87ac0f011ec56340614e513cab.tar gsoc2013-epiphany-049e9612e7676c87ac0f011ec56340614e513cab.tar.gz gsoc2013-epiphany-049e9612e7676c87ac0f011ec56340614e513cab.tar.bz2 gsoc2013-epiphany-049e9612e7676c87ac0f011ec56340614e513cab.tar.lz gsoc2013-epiphany-049e9612e7676c87ac0f011ec56340614e513cab.tar.xz gsoc2013-epiphany-049e9612e7676c87ac0f011ec56340614e513cab.tar.zst gsoc2013-epiphany-049e9612e7676c87ac0f011ec56340614e513cab.zip |
ephy-related-action: remove, it's unused
Diffstat (limited to 'src/bookmarks/Makefile.am')
-rw-r--r-- | src/bookmarks/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am index e8dac3130..7231932a0 100644 --- a/src/bookmarks/Makefile.am +++ b/src/bookmarks/Makefile.am @@ -17,7 +17,6 @@ NOINST_H_FILES = \ ephy-bookmarks-menu.h \ ephy-bookmark-properties.h \ ephy-topic-action.h \ - ephy-related-action.h \ ephy-open-tabs-action.h \ ephy-topic-action-group.h \ ephy-bookmark-action-group.h \ @@ -35,7 +34,6 @@ libephybookmarks_la_SOURCES = \ ephy-bookmarks-menu.c \ ephy-bookmark-properties.c \ ephy-topic-action.c \ - ephy-related-action.c \ ephy-open-tabs-action.c \ ephy-topic-action-group.c \ ephy-bookmark-action-group.c \ |