Cleaned up remaining uses of PANDORA define
This commit is contained in:
parent
2c5904ae0a
commit
e7258407ec
2 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue