summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxtoolkit.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-04 14:57:36 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:31:47 +0200
commit63dc7b1ce8a5d4cd8ec63526324736f73f0871c7 (patch)
tree121ad8e07cc00afb57a381dc21e9929bd32eaca6 /toolkit/source/awt/vclxtoolkit.cxx
parent07a43d8db4603cb9059383015f3c32a98f064fd6 (diff)
SCROLLABLEFRAME never defined
Diffstat (limited to 'toolkit/source/awt/vclxtoolkit.cxx')
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index 68bc8ffa7fe4..6cc7aee716f6 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -876,13 +876,6 @@ Window* VCLXToolkit::ImplCreateWindow( VCLXWindow** ppNewComp,
break;
case WINDOW_GROUPBOX:
{
-#ifdef SCROLLABLEFRAME
- if ( bFrameControl )
- {
- pNewWindow = new toolkit::ScrollableWrapper< GroupBox >( pParent, nWinBits | WB_VSCROLL );
- }
- else
-#endif
pNewWindow = new GroupBox( pParent, nWinBits );
if ( bFrameControl )
{