Tracker: remove unused CLI_ENABLED definition

This commit is contained in:
Randy Mackay 2015-12-27 14:31:29 +09:00
parent 8aa286eaaa
commit 2829dc67ac
1 changed files with 0 additions and 8 deletions

View File

@ -57,12 +57,4 @@
# define DISTANCE_MIN_DEFAULT 5.0f // do not track targets within 5 meters
#endif
//////////////////////////////////////////////////////////////////////////////
// Developer Items
//
// use this to completely disable the CLI
#ifndef CLI_ENABLED
# define CLI_ENABLED ENABLED
#endif