projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
862416e
)
removed Antiflicker plugin and simple customize plugin from default
author
J. Russell Smyth
<drfish@cox.net>
Mon, 15 Mar 1999 09:44:03 +0000
(09:44 +0000)
committer
J. Russell Smyth
<drfish@cox.net>
Mon, 15 Mar 1999 09:44:03 +0000
(09:44 +0000)
plugins
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1933
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
utils/framelayout/src/controlbar.cpp
patch
|
blob
|
blame
|
history
diff --git
a/utils/framelayout/src/controlbar.cpp
b/utils/framelayout/src/controlbar.cpp
index 2e1a462a0b9feaa1c1f90d20c0a47c8474363463..308462ec431bb7eb8d1824e44450c463c971f418 100644
(file)
--- 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 )