mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Simplify and cleanup rockbox-info.txt handling.
Simplify RockboxInfo file handling. Remove Detect::installedVersion() and Detect::installedTarget(), as those became wrappers around RockboxInfo without functionality. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ad7dab615f
commit
84ced00bbd
8 changed files with 23 additions and 53 deletions
|
|
@ -45,8 +45,6 @@ public:
|
|||
static QMap<uint32_t, QString> listUsbDevices(void);
|
||||
|
||||
static QUrl systemProxy(void);
|
||||
static QString installedVersion(QString mountpoint);
|
||||
static QString installedTarget(QString mountpoint);
|
||||
|
||||
static QString check(bool permission);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue