summaryrefslogtreecommitdiff
path: root/toolkit
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
parent07a43d8db4603cb9059383015f3c32a98f064fd6 (diff)
SCROLLABLEFRAME never defined
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/scrollabledialog.cxx3
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx7
2 files changed, 0 insertions, 10 deletions
diff --git a/toolkit/source/awt/scrollabledialog.cxx b/toolkit/source/awt/scrollabledialog.cxx
index 1d6cab59e368..f776bdc8ed37 100644
--- a/toolkit/source/awt/scrollabledialog.cxx
+++ b/toolkit/source/awt/scrollabledialog.cxx
@@ -177,9 +177,6 @@ void ScrollableWrapper<T>::ResetScrollBars()
}
template class ScrollableWrapper< Dialog >;
-#ifdef SCROLLABLEFRAME
-template class ScrollableWrapper< GroupBox >;
-#endif
} // toolkit
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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 )
{