From a4da3004da2f5179e2e7cac46047eec39c7b6949 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 24 Oct 2013 23:04:34 -0200 Subject: [PATCH] code cleanup: removed unused function from mainwindow.h The setupSplitters method was created quite a while ago to deal with the splitters when I didn't used a more sane approach. I forgot to delete it back them, removing now. Signed-off-by: Tomaz Canabrava --- qt-ui/mainwindow.h | 1 - 1 file changed, 1 deletion(-) diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 45f9fd37a..1c68fc4f7 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -121,7 +121,6 @@ private: void redrawProfile(); void file_save(); void file_save_as(); - void setupSplitters(); }; MainWindow *mainWindow();