From a1469addcd748014836f254258357f05f70dad01 Mon Sep 17 00:00:00 2001 From: "J. Russell Smyth" Date: Mon, 15 Mar 1999 09:44:03 +0000 Subject: [PATCH] removed Antiflicker plugin and simple customize plugin from default plugins git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/framelayout/src/controlbar.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/framelayout/src/controlbar.cpp b/utils/framelayout/src/controlbar.cpp index 2e1a462a0b..308462ec43 100644 --- a/utils/framelayout/src/controlbar.cpp +++ b/utils/framelayout/src/controlbar.cpp @@ -1563,11 +1563,9 @@ void wxFrameLayout::PushDefaultPlugins() { // FIXME:: to much of the stuff for the default... - AddPlugin( CLASSINFO( cbSimpleCustomizationPlugin ) ); AddPlugin( CLASSINFO( cbRowLayoutPlugin ) ); AddPlugin( CLASSINFO( cbBarDragPlugin ) ); AddPlugin( CLASSINFO( cbPaneDrawPlugin ) ); - AddPlugin( CLASSINFO( cbAntiflickerPlugin ) ); } void wxFrameLayout::AddPlugin( wxClassInfo* pPlInfo, int paneMask )