New concept of dynamically placing surfaces in static defined layout areas.
[staging/HomeScreen.git] / HomeScreenSimulator / src / mainwindow.cpp
index 272adfc..6c0dc2f 100644 (file)
@@ -177,8 +177,3 @@ void MainWindow::on_checkBox_ObjectDetected_clicked()
 {
     mp_dBusProximityProxy->setObjectDetected(Qt::Checked == mp_ui->checkBox_ObjectDetected->checkState());
 }
-
-void MainWindow::on_pushButton_ToggleFullScreen_clicked()
-{
-    mp_dBusHomeScreenProxy->toggleFullScreen();
-}