camerauis/cameraxui/cxui/src/cxuiview.cpp
changeset 45 24fd82631616
parent 43 0e652f8f1fbd
--- a/camerauis/cameraxui/cxui/src/cxuiview.cpp	Thu Jul 15 01:55:05 2010 +0300
+++ b/camerauis/cameraxui/cxui/src/cxuiview.cpp	Fri Jul 23 11:35:41 2010 +0300
@@ -268,19 +268,8 @@
         mHideControlsTimeout.stop();
     }
 
-    // Hide title bar and status bar.
-    //!@todo: View flags property is missing from HbView, so can't set these in DocML.
-    HbView::HbViewFlags flags(HbView::ViewTitleBarTransparent
-                            | HbView::ViewTitleBarFloating
-                            | HbView::ViewTitleBarHidden
-                            | HbView::ViewStatusBarTransparent
-                            | HbView::ViewStatusBarFloating
-                            | HbView::ViewStatusBarHidden);
-    setViewFlags(flags);
-    //!@todo: Once the flags are defined in DocML, we can just use these convenience functions
-    //        to hide the title bar and status bar here.
-    //setTitleBarVisible(false);
-    //setStatusBarVisible(false);
+    setTitleBarVisible(false);
+    setStatusBarVisible(false);
 
     hideZoom();