mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove unused method
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9dc32de878
commit
ee9746c622
2 changed files with 0 additions and 10 deletions
|
@ -32,15 +32,6 @@ LocationInformationWidget::LocationInformationWidget(QWidget *parent) : QGroupBo
|
|||
connect(this, SIGNAL(stopFilterDiveSite()), MultiFilterSortModel::instance(), SLOT(stopFilterDiveSite()));
|
||||
}
|
||||
|
||||
void LocationInformationWidget::setCurrentDiveSiteByIndex(int dive_nr)
|
||||
{
|
||||
currentDs = get_dive_site(dive_nr);
|
||||
if (currentDs)
|
||||
setCurrentDiveSiteByUuid(currentDs->uuid);
|
||||
else
|
||||
setCurrentDiveSiteByUuid(displayed_dive.dive_site_uuid);
|
||||
}
|
||||
|
||||
void LocationInformationWidget::setCurrentDiveSiteByUuid(uint32_t uuid)
|
||||
{
|
||||
currentDs = get_dive_site_by_uuid(uuid);
|
||||
|
|
|
@ -21,7 +21,6 @@ public slots:
|
|||
void enableEdition();
|
||||
void resetState();
|
||||
void resetPallete();
|
||||
void setCurrentDiveSiteByIndex(int dive_nr);
|
||||
void on_diveSiteCoordinates_textChanged(const QString& text);
|
||||
void on_diveSiteDescription_textChanged(const QString& text);
|
||||
void on_diveSiteName_textChanged(const QString& text);
|
||||
|
|
Loading…
Add table
Reference in a new issue