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>
This commit is contained in:
Tomaz Canabrava 2013-10-24 23:04:34 -02:00
parent 7bea2e1be0
commit a4da3004da

View file

@ -121,7 +121,6 @@ private:
void redrawProfile();
void file_save();
void file_save_as();
void setupSplitters();
};
MainWindow *mainWindow();