mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.removed stray DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@7298 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
9a776f96f5
commit
0f93d97bdb
1 changed files with 0 additions and 2 deletions
|
|
@ -413,9 +413,7 @@ Ctrl& Ctrl::LayoutId(const char *txt)
|
|||
|
||||
String Ctrl::GetInfoPart(int i) const
|
||||
{
|
||||
DDUMPHEX(info);
|
||||
Vector<String> f = Split(info, '\x7f', false);
|
||||
DUMP(f);
|
||||
return i < f.GetCount() ? f[i] : String();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue