diff options
author | Santiago Martinez <smvarela@gmail.com> | 2012-03-23 22:05:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-26 14:58:28 +0100 |
commit | 564d216f77b7964a1a60995632131c80b4c1938f (patch) | |
tree | b58589849e87eb0660daac33a4acacceef84bc12 /vcl/source | |
parent | 6539ea5335b7904125c40e42b030ebdebe5614d6 (diff) |
Remove unused code in vlc.
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/control/scrbar.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx index d2611c624d69..44a093bb9fcb 100644 --- a/vcl/source/control/scrbar.cxx +++ b/vcl/source/control/scrbar.cxx @@ -1536,16 +1536,6 @@ ScrollBarBox::ScrollBarBox( Window* pParent, WinBits nStyle ) : // ----------------------------------------------------------------------- -ScrollBarBox::ScrollBarBox( Window* pParent, const ResId& rResId ) : - Window( WINDOW_SCROLLBARBOX ) -{ - rResId.SetRT( RSC_SCROLLBAR ); - ImplInit( pParent, ImplInitRes( rResId ) ); - ImplLoadRes( rResId ); -} - -// ----------------------------------------------------------------------- - void ScrollBarBox::ImplInitSettings() { // Hack, damit man auch DockingWindows ohne Hintergrund bauen kann |