fix: Removed group checking since the systemd acl can take care of it.
This commit is contained in:
@@ -51,9 +51,4 @@ bool getDiskSpace(const QString &dir, quint64 *free, quint64 *total);
|
||||
QByteArray getThumbnail(const QString &path, DataType type, metadata_t *metadata);
|
||||
int getVitaProtocolVersion();
|
||||
|
||||
#if defined(Q_OS_LINUX) && !defined(Q_OS_ANDROID)
|
||||
bool belongsToGroup(const char *groupname);
|
||||
#endif
|
||||
|
||||
|
||||
#endif // UTILS_H
|
||||
|
Reference in New Issue
Block a user