gstreamer_test_apps/QtGSTPlayer/views.cpp
changeset 11 1373546e05c6
parent 9 2a0f36a70380
--- a/gstreamer_test_apps/QtGSTPlayer/views.cpp	Fri May 14 16:08:32 2010 +0300
+++ b/gstreamer_test_apps/QtGSTPlayer/views.cpp	Thu May 27 13:09:21 2010 +0300
@@ -18,14 +18,5 @@
     	// 0 since folderView was added first to the main window
         return win->viewAt(0);
     }
-
-/*!
-  Returns the pointer to settings view.
-*/
-  /*  HbFormView *settingsView()
-    {
-	    // 1 since settingsView was the second view added
-        return static_cast<HbFormView *>(win->viewAt(1));
-    }
-    */
+    
 }