Skip to content

Commit 7e80a85

Browse files
committed
Remove unused macros
Signed-off-by: Stefan Weil <[email protected]>
1 parent 609edd4 commit 7e80a85

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/ccutil/params.h

-12
Original file line numberDiff line numberDiff line change
@@ -285,18 +285,6 @@ tesseract::ParamsVectors *GlobalParams();
285285
#define double_VAR(name,val,comment)\
286286
tesseract::DoubleParam name(val,#name,comment,false,GlobalParams())
287287

288-
#define INT_INIT_VAR(name,val,comment)\
289-
tesseract::IntParam name(val,#name,comment,true,GlobalParams())
290-
291-
#define BOOL_INIT_VAR(name,val,comment)\
292-
tesseract::BoolParam name(val,#name,comment,true,GlobalParams())
293-
294-
#define STRING_INIT_VAR(name,val,comment)\
295-
tesseract::StringParam name(val,#name,comment,true,GlobalParams())
296-
297-
#define double_INIT_VAR(name,val,comment)\
298-
tesseract::DoubleParam name(val,#name,comment,true,GlobalParams())
299-
300288
#define INT_MEMBER(name, val, comment, vec)\
301289
name(val, #name, comment, false, vec)
302290

0 commit comments

Comments
 (0)