Syncing uppdev

git-svn-id: svn://ultimatepp.org/upp/trunk@1978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-01-29 13:29:13 +00:00
parent 803a42772d
commit f6efbc2fb0

View file

@ -77,7 +77,6 @@ void App::TestTree() {
void App::TestDropInsert(int parent, int ii, PasteClip& d)
{
/*
if(AcceptInternal<TreeCtrl>(d, "mytreedrag")) {
tGroups2.InsertDrop(parent, ii, d);
tGroups2.SetFocus();
@ -88,7 +87,6 @@ void App::TestDropInsert(int parent, int ii, PasteClip& d)
tGroups2.SetFocus();
return;
}
*/
}
void App::TestDrag()