[gedit] build: remove dead code



commit 2022bcbcbd9efc2543f17b9b8d795f8c4e206bc6
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Sep 17 22:52:03 2014 +0200

    build: remove dead code

 plugins/externaltools/data/Makefile.am |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/plugins/externaltools/data/Makefile.am b/plugins/externaltools/data/Makefile.am
index 621216f..9032e4d 100644
--- a/plugins/externaltools/data/Makefile.am
+++ b/plugins/externaltools/data/Makefile.am
@@ -26,9 +26,6 @@ externaltools_install_tools_in_files += $(externaltools_tools_in_linux)
 endif
 endif
 
-externaltools_desktop_in_files = $(externaltools_install_tools_in_files:.tool.in=.desktop.in)
-externaltools_desktop_files    = $(externaltools_install_tools_in_files:.tool.in=.desktop)
-
 externaltools_toolsdir = $(GEDIT_PLUGINS_DATA_DIR)/externaltools/tools
 externaltools_tools_SCRIPTS = $(externaltools_install_tools_in_files:.tool.in=)
 
@@ -55,7 +52,3 @@ EXTRA_DIST +=                                 \
 CLEANFILES +=                                  \
        $(externaltools_all_desktop_files)      \
        $(externaltools_all_tools_files)
-
-DISTCLEANFILES +=                              \
-       $(externaltools_all_desktop_files)      \
-       $(externaltools_all_tools_files)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]