[geany/geany-plugins] 8c509b: Remove unused #define

Frank Lanitz git-noreply at xxxxx
Sun Mar 13 17:52:26 UTC 2016


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sun, 13 Mar 2016 17:52:26 UTC
Commit:      8c509b56434dc681e1643d04bbbb675ecc8f833f
             https://github.com/geany/geany-plugins/commit/8c509b56434dc681e1643d04bbbb675ecc8f833f

Log Message:
-----------
Remove unused #define

Merge branch 'markdown/unused' of https://github.com/b4n/geany-plugins


Modified Paths:
--------------
    markdown/src/Makefile.am
    markdown/src/plugin.c

Modified: markdown/src/Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -15,10 +15,10 @@ noinst_HEADERS = \
 	viewer.h \
 	markdown-gtk-compat.h
 
+
 markdown_la_CFLAGS = \
 	$(AM_CFLAGS) \
 	$(MARKDOWN_CFLAGS) \
-	-DMARKDOWN_DATA_DIR=PLUGINDATADIR \
 	-DMARKDOWN_DOC_DIR=PLUGINDOCDIR \
 	-DMARKDOWN_HELP_FILE=\"$(GP_DOCDIR)/$(plugin)/html/help.html\"
 


Modified: markdown/src/plugin.c
3 lines changed, 0 insertions(+), 3 deletions(-)
===================================================================
@@ -36,9 +36,6 @@ PLUGIN_SET_TRANSLATABLE_INFO(LOCALEDIR, GETTEXT_PACKAGE,
                              "Matthew Brush <mbrush at codebrainz.ca>")
 
 /* Should be defined by build system, this is just a fallback */
-#ifndef MARKDOWN_DATA_DIR
-#  define MARKDOWN_DATA_DIR "/usr/local/share/geany-plugins/markdown"
-#endif
 #ifndef MARKDOWN_DOC_DIR
 #  define MARKDOWN_DOC_DIR "/usr/local/share/doc/geany-plugins/markdown"
 #endif



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list