1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Removed static version of SurfaceCollection::getSkinFilePath

There were no external callers anymore.
This commit is contained in:
Maarten ter Huurne
2014-08-15 01:46:35 +02:00
parent c8ea974f51
commit 6895ac0b54
2 changed files with 0 additions and 6 deletions

View File

@@ -40,7 +40,6 @@ public:
void setSkin(const std::string &skin);
std::string getSkinFilePath(const std::string &file, bool useDefault = true);
static std::string getSkinFilePath(const std::string &skin, const std::string &file, bool useDefault = true);
static std::string getSkinPath(const std::string &skin);
void debug();