Revision: 2976 http://geany.svn.sourceforge.net/geany/?rev=2976&view=rev Author: ntrel Date: 2008-09-19 16:45:07 +0000 (Fri, 19 Sep 2008)
Log Message: ----------- Remove 2 unnecessary deprecated macros.
Modified Paths: -------------- trunk/ChangeLog trunk/src/plugindata.h
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-09-19 16:30:04 UTC (rev 2975) +++ trunk/ChangeLog 2008-09-19 16:45:07 UTC (rev 2976) @@ -3,6 +3,8 @@ * src/sciwrappers.c: Disable indent guides for the Diff filetype, as they can be distracting as added/removed lines don't get them. + * src/plugindata.h: + Remove 2 unnecessary deprecated macros.
2008-09-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/src/plugindata.h =================================================================== --- trunk/src/plugindata.h 2008-09-19 16:30:04 UTC (rev 2975) +++ trunk/src/plugindata.h 2008-09-19 16:45:07 UTC (rev 2976) @@ -473,10 +473,6 @@ #define DOC_IDX_VALID(doc_idx) \ ((doc_idx) >= 0 && (guint)(doc_idx) < documents_array->len && documents[doc_idx]->is_valid)
- -#define find_bracematch(x, y) find_matching_brace((x), (y)) -#define can_copy(x) has_selection((x)) - #endif /* GEANY_DISABLE_DEPRECATED */
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.