cleanup: remove unused function get_divepoint_gas_string()
The last user was removed way back in commit 9fbd11744f1bfffbc6973e0f9483ae1630dd8722. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
006d630142
commit
5ba7c68433
@ -1192,12 +1192,6 @@ QString get_gas_string(struct gasmix gas)
|
||||
return result;
|
||||
}
|
||||
|
||||
QString get_divepoint_gas_string(struct dive *d, const divedatapoint &p)
|
||||
{
|
||||
int idx = p.cylinderid;
|
||||
return get_gas_string(get_cylinder(d, idx)->gasmix);
|
||||
}
|
||||
|
||||
QString get_taglist_string(struct tag_entry *tag_list)
|
||||
{
|
||||
char *buffer = taglist_get_tagstring(tag_list);
|
||||
|
||||
@ -26,7 +26,6 @@ QString distance_string(int distanceInMeters);
|
||||
bool gpsHasChanged(struct dive *dive, struct dive *master, const QString &gps_text, bool *parsed_out = 0);
|
||||
QList<int> getDivesInTrip(struct dive_trip *trip);
|
||||
QString get_gas_string(struct gasmix gas);
|
||||
QString get_divepoint_gas_string(struct dive *d, const struct divedatapoint &dp);
|
||||
QString get_taglist_string(struct tag_entry *tag_list);
|
||||
QStringList stringToList(const QString &s);
|
||||
void read_hashes();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user