summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-10-24 23:04:34 -0200
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-10-24 23:04:34 -0200
commita4da3004da2f5179e2e7cac46047eec39c7b6949 (patch)
tree188d337a6c01f8e5a18a86baadb8dd37957c227b /qt-ui/mainwindow.h
parent7bea2e1be062cd6ac4aa79f62bcd5cd42aa44d4a (diff)
downloadsubsurface-a4da3004da2f5179e2e7cac46047eec39c7b6949.tar.gz
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 <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
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();