[geany/geany-plugins] 5e5631: Auto-close: Remove broken macro because it was fixed in Geany

Pavel Roschin git-noreply at xxxxx
Mon Sep 8 18:07:15 UTC 2014


Branch:      refs/heads/master
Author:      Pavel Roschin <roshin at scriptumplus.ru>
Committer:   Pavel Roschin <roshin at scriptumplus.ru>
Date:        Fri, 02 May 2014 18:36:26 UTC
Commit:      5e5631aa47930dcaa2d2d4f7ff564722ca1bec8a
             https://github.com/geany/geany-plugins/commit/5e5631aa47930dcaa2d2d4f7ff564722ca1bec8a

Log Message:
-----------
Auto-close: Remove broken macro because it was fixed in Geany


Modified Paths:
--------------
    autoclose/src/autoclose.c

Modified: autoclose/src/autoclose.c
4 lines changed, 0 insertions(+), 4 deletions(-)
===================================================================
@@ -52,10 +52,6 @@ PLUGIN_SET_TRANSLATABLE_INFO(
 	"0.2",
 	"Pavel Roschin <rpg89(at)post(dot)ru>")
 
-/* avoid aggresive warnings */
-#undef DOC_VALID
-#define DOC_VALID(doc_ptr) (((doc_ptr) && (doc_ptr)->is_valid))
-
 typedef struct {
 	/* close chars */
 	gboolean parenthesis;



--------------
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