summaryrefslogtreecommitdiff
path: root/vcl/source/window/syschild.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-23 22:40:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-25 14:19:01 +0100
commitefa55cfd745843990503dea40995e78907611c6e (patch)
treed10e078639acf171f69065edce335dabd0d55af6 /vcl/source/window/syschild.cxx
parent467926acd3bfff2975f330d3550abf161dc5b4f5 (diff)
callcatcher: update unused code
Change-Id: I65c19a21ae9b6deb1601adf2f3fe8fe8faa7e9ed
Diffstat (limited to 'vcl/source/window/syschild.cxx')
-rw-r--r--vcl/source/window/syschild.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/vcl/source/window/syschild.cxx b/vcl/source/window/syschild.cxx
index 752bf43009bc..4022f2cefd7f 100644
--- a/vcl/source/window/syschild.cxx
+++ b/vcl/source/window/syschild.cxx
@@ -152,20 +152,6 @@ SystemChildWindow::SystemChildWindow( Window* pParent, WinBits nStyle, SystemWin
// -----------------------------------------------------------------------
-SystemChildWindow::SystemChildWindow( Window* pParent, const ResId& rResId ) :
- Window( WINDOW_SYSTEMCHILDWINDOW )
-{
- rResId.SetRT( RSC_WINDOW );
- WinBits nStyle = ImplInitRes( rResId );
- ImplInitSysChild( pParent, nStyle, NULL );
- ImplLoadRes( rResId );
-
- if ( !(nStyle & WB_HIDE) )
- Show();
-}
-
-// -----------------------------------------------------------------------
-
SystemChildWindow::~SystemChildWindow()
{
Hide();