mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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:
parent
7bea2e1be0
commit
a4da3004da
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ private:
|
|||
void redrawProfile();
|
||||
void file_save();
|
||||
void file_save_as();
|
||||
void setupSplitters();
|
||||
};
|
||||
|
||||
MainWindow *mainWindow();
|
||||
|
|
Loading…
Add table
Reference in a new issue