Removed DDUMP...

git-svn-id: svn://ultimatepp.org/upp/trunk@506 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-10-03 09:06:26 +00:00
parent eb01894cc5
commit ac445af7ca

View file

@ -206,7 +206,6 @@ const wchar *CodeEditor::HlString(HlSt& hls, const wchar *p)
Color CodeEditor::BlockColor(int level)
{
DDUMP(level);
if(hilite_scope == 1)
return GetHlStyle(level & 1 ? PAPER_BLOCK1 : PAPER_NORMAL).color;
if(hilite_scope == 2) {