Skip to content

Commit ca2947a

Browse files
committed
blobclass: Remove unused macros
Signed-off-by: Stefan Weil <[email protected]>
1 parent f2bd98e commit ca2947a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/classify/blobclass.h

-11
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@
2323
----------------------------------------------------------------------------**/
2424
#include "strngs.h"
2525

26-
/*---------------------------------------------------------------------------
27-
Macros
28-
----------------------------------------------------------------------------*/
29-
/* macros for controlling the display of recognized characters */
30-
#define EnableCharDisplay() (DisplayCharacters = TRUE)
31-
#define DisableCharDisplay() (DisplayCharacters = FALSE)
32-
33-
/* macros for controlling the display of the entire match list */
34-
#define EnableMatchDisplay() (DisplayMatchList = TRUE)
35-
#define DisableMatchDisplay() (DisplayMatchList = FALSE)
36-
3726
/**----------------------------------------------------------------------------
3827
Public Function Prototypes
3928
----------------------------------------------------------------------------**/

0 commit comments

Comments
 (0)