diff --git a/uppsrc/CodeEditor/Syntax.h b/uppsrc/CodeEditor/Syntax.h index 0b54aeeeb..adaeb937c 100644 --- a/uppsrc/CodeEditor/Syntax.h +++ b/uppsrc/CodeEditor/Syntax.h @@ -1,7 +1,7 @@ #ifndef _CodeEditor_Highlight_h_ #define _CodeEditor_Highlight_h_ -#define CTIMING(x) RTIMING(x) +#define CTIMING(x) // RTIMING(x) struct HlStyle { Color color;