mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove picturedir_string()
This seems to be dead code. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
2c490fcbbb
commit
29d71eb85e
3 changed files with 0 additions and 14 deletions
|
@ -1194,16 +1194,6 @@ extern "C" const char *local_file_path(struct picture *picture)
|
|||
return copy_qstring(localFilePath(picture->filename));
|
||||
}
|
||||
|
||||
const QString picturedir()
|
||||
{
|
||||
return QString(system_default_directory()).append("/picturedata/");
|
||||
}
|
||||
|
||||
extern "C" char *picturedir_string()
|
||||
{
|
||||
return copy_qstring(picturedir());
|
||||
}
|
||||
|
||||
QString get_gas_string(struct gasmix gas)
|
||||
{
|
||||
uint o2 = (get_o2(gas) + 5) / 10, he = (get_he(gas) + 5) / 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue