mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@7685 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cc66d93e8a
commit
862cffc36a
2 changed files with 0 additions and 3 deletions
|
|
@ -296,7 +296,6 @@ bool Pdb::Tip(const String& exp, CodeEditor::MouseTip& mt)
|
|||
|
||||
void Pdb::Data()
|
||||
{
|
||||
DLOG("Data");
|
||||
switch(tab.Get()) {
|
||||
case TAB_AUTOS: Autos(); break;
|
||||
case TAB_LOCALS: Locals(); break;
|
||||
|
|
|
|||
|
|
@ -233,8 +233,6 @@ Pdb::Pdb()
|
|||
autos.WhenBar = THISBACK(AutosMenu);
|
||||
autos.WhenLeftDouble = THISBACK1(ExploreKey, &autos);
|
||||
|
||||
DLOG("TEST");
|
||||
|
||||
int c = EditField::GetStdHeight();
|
||||
explorer.AddColumn("", 1);
|
||||
explorer.AddColumn("", 6).SetDisplay(Single<VisualDisplay>());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue