From e293a3a6e39026fef58abe0063cc29fbf2d086e2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Nov 2021 21:15:02 +0000 Subject: [PATCH] Remove unnecessary wxBusyCursor from the treectrl sample This was added way back in 618a5e382a (Applied Greg's patch to tree control and related., 2001-08-18) for some reason, but probably was never needed and definitely isn't any more. --- samples/treectrl/treetest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/treectrl/treetest.cpp b/samples/treectrl/treetest.cpp index 38bf36bcc6..83a0b89e5e 100644 --- a/samples/treectrl/treetest.cpp +++ b/samples/treectrl/treetest.cpp @@ -978,7 +978,6 @@ void MyTreeCtrl::CreateImageList(int size) wxImageList *images = new wxImageList(size, size, true); // should correspond to TreeCtrlIcon_xxx enum - wxBusyCursor wait; wxIcon icons[5]; if (m_alternateImages)