.ide: removed RTIMING

git-svn-id: svn://ultimatepp.org/upp/trunk@7541 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-07-25 06:48:37 +00:00
parent ac43a044c9
commit 9186aa8183

View file

@ -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;