[geany/geany-plugins] a61742: debugger: Remove an unused and incorrect macro

Colomban Wendling git-noreply at xxxxx
Sun Feb 7 13:55:31 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 07 Feb 2016 13:55:31 UTC
Commit:      a617427091b1edca7d18a3a12ccf6b56e5be5079
             https://github.com/geany/geany-plugins/commit/a617427091b1edca7d18a3a12ccf6b56e5be5079

Log Message:
-----------
debugger: Remove an unused and incorrect macro


Modified Paths:
--------------
    debugger/src/markers.c

Modified: debugger/src/markers.c
2 lines changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -51,8 +51,6 @@ enum
 	M_CI_ARROW
 };
 
-#define MARKER_PRESENT(mask, marker) (mask && (0x01 << marker))
-
 /* markers colors */
 #define RGB(R,G,B)	(R | (G << 8) | (B << 16))
 #define RED				RGB(255,0,0)



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