Skip to content

Commit

Permalink
blobclass: Remove unused macros
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Mar 31, 2019
1 parent f2bd98e commit ca2947a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/classify/blobclass.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@
----------------------------------------------------------------------------**/
#include "strngs.h"

/*---------------------------------------------------------------------------
Macros
----------------------------------------------------------------------------*/
/* macros for controlling the display of recognized characters */
#define EnableCharDisplay() (DisplayCharacters = TRUE)
#define DisableCharDisplay() (DisplayCharacters = FALSE)

/* macros for controlling the display of the entire match list */
#define EnableMatchDisplay() (DisplayMatchList = TRUE)
#define DisableMatchDisplay() (DisplayMatchList = FALSE)

/**----------------------------------------------------------------------------
Public Function Prototypes
----------------------------------------------------------------------------**/
Expand Down

0 comments on commit ca2947a

Please sign in to comment.