Re #145 Fixed compilation #ifndef TRACE_OUT
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2667 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e73648dff99c965ffb71bf29622cb645b1acd794 Former-commit-id: 4fdc6e133ef09792d4762c1a0ec24bc3f4fb6f79
This commit is contained in:
parent
90e1ece910
commit
494171deb2
1 changed files with 0 additions and 3 deletions
|
@ -41,8 +41,6 @@
|
|||
#include "tgf.h"
|
||||
|
||||
|
||||
#ifdef TRACE_OUT
|
||||
|
||||
// Log levels.
|
||||
enum { gfLogFatal = 0, gfLogError, gfLogWarning, gfLogInfo, gfLogTrace, gfLogDebug };
|
||||
|
||||
|
@ -58,7 +56,6 @@ static int gfLogLevelThreshold = -1;
|
|||
// Flag indicating if the last logged line ended with a new-line.
|
||||
static bool gfLogNeedLineHeader = true;
|
||||
|
||||
#endif // TRACE_OUT
|
||||
|
||||
void
|
||||
gfTraceInit(void)
|
||||
|
|
Loading…
Reference in a new issue