mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Map: remove MapWidget::centerOnSelectedDiveSite
This was only used locally and only a stub for calling MapWidgetHelper::centerOnSelectedDiveSite. Call the latter directly instead. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
d4a91a52fa
commit
8eb586d1d4
2 changed files with 2 additions and 10 deletions
|
@ -25,7 +25,6 @@ public:
|
|||
void reload();
|
||||
|
||||
public slots:
|
||||
void centerOnSelectedDiveSite();
|
||||
void centerOnDiveSite(struct dive_site *);
|
||||
void centerOnIndex(const QModelIndex& idx);
|
||||
void endGetDiveCoordinates();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue