mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 07:27:33 +00:00
Cleaned up remaining uses of PANDORA define
This commit is contained in:
parent
2c5904ae0a
commit
e7258407ec
@ -980,11 +980,7 @@ std::string theme()
|
||||
|
||||
std::string res = preferences::get("theme");
|
||||
if(res.empty()) {
|
||||
#ifndef PANDORA
|
||||
return "Default";
|
||||
#else
|
||||
return "Pandora";
|
||||
#endif
|
||||
}
|
||||
|
||||
return res;
|
||||
|
@ -85,7 +85,7 @@ void music_track::resolve()
|
||||
}
|
||||
|
||||
|
||||
#if !defined(_WIN32) && !defined(__APPLE__) && !defined(PANDORA)
|
||||
#if !defined(_WIN32) && !defined(__APPLE__)
|
||||
if (title_.empty()) {
|
||||
FILE* f;
|
||||
f = fopen(file_path_.c_str(), "r");
|
||||
|
Loading…
x
Reference in New Issue
Block a user