mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop: fold configureToolBar() into plotCurrentDive()
The MainWindow::configureToolBar() function is called every time plotCurrentDive() is called. Moreover, this is the only time that it is called. We might just fold the former into the latter. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
c466a8f044
commit
6b615ccb4b
2 changed files with 3 additions and 13 deletions
|
@ -201,7 +201,6 @@ private:
|
|||
std::unique_ptr<LocationInformationWidget> diveSiteEdit;
|
||||
|
||||
bool plannerStateClean();
|
||||
void configureToolbar();
|
||||
void setupSocialNetworkMenu();
|
||||
QDialog *findMovedImagesDialog;
|
||||
struct dive copyPasteDive;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue