From 9186aa8183f3eab8e4b3a990f6dbd3ada79d87ff Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 25 Jul 2014 06:48:37 +0000 Subject: [PATCH] .ide: removed RTIMING git-svn-id: svn://ultimatepp.org/upp/trunk@7541 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CodeEditor/Syntax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;