From f6efbc2fb0a2c5b0e0e5e13caad84092b6160695 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 29 Jan 2010 13:29:13 +0000 Subject: [PATCH] Syncing uppdev git-svn-id: svn://ultimatepp.org/upp/trunk@1978 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppdev/CoWork/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/uppdev/CoWork/main.cpp b/uppdev/CoWork/main.cpp index 0ff114a99..c9f114ec1 100644 --- a/uppdev/CoWork/main.cpp +++ b/uppdev/CoWork/main.cpp @@ -77,7 +77,6 @@ void App::TestTree() { void App::TestDropInsert(int parent, int ii, PasteClip& d) { - /* if(AcceptInternal(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()