mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
Removed forgotten DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@671 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
06d4c2dbb4
commit
2ce7d8b106
2 changed files with 0 additions and 2 deletions
|
|
@ -137,7 +137,6 @@ int AssistEditor::Ch(int i)
|
|||
cachedln = GetLine(i);
|
||||
cachedline = GetWLine(cachedln);
|
||||
cachedpos = GetPos(cachedln);
|
||||
DDUMP(cachedline);
|
||||
}
|
||||
i -= cachedpos;
|
||||
return i < cachedline.GetCount() ? cachedline[i] : '\n';
|
||||
|
|
|
|||
|
|
@ -208,7 +208,6 @@ void AssistEditor::SwapSContext(Parser& p)
|
|||
else
|
||||
for(;;) {
|
||||
int c = Ch(i);
|
||||
DDUMP((char)c);
|
||||
if(c == '{') {
|
||||
i++;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue