summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-07-18 10:44:52 +0200
committerJan Holesovsky <kendy@suse.cz>2013-07-18 11:25:52 +0200
commitd05bf07eb7535ae6459567567ae48b1f58918ff6 (patch)
treeb1b7b8801e8a154d1f9156fb946ed6e43f800ec5 /framework/source
parent7cd028fa8a3d89b747a9bfce79a0f8f4f37f8280 (diff)
startcenter: The explicit Show() is not necessary.
Change-Id: I6e817a6c5465adb02f5431737f2ac649ac0274a5
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/services/backingwindow.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/services/backingwindow.cxx b/framework/source/services/backingwindow.cxx
index 219b36eba2e8..76b23ea5c71c 100644
--- a/framework/source/services/backingwindow.cxx
+++ b/framework/source/services/backingwindow.cxx
@@ -160,8 +160,6 @@ BackingWindow::BackingWindow( Window* i_pParent ) :
// init background
initBackground();
-
- Window::Show();
}