No need to overwrite customMedia in the theme

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-01-31 10:42:39 +01:00
parent 944f9e9668
commit 0c21852bc3
No known key found for this signature in database
GPG key ID: F941078878347C0C
2 changed files with 0 additions and 12 deletions

View file

@ -33,11 +33,4 @@ NextcloudTheme::NextcloudTheme()
{
}
#ifndef TOKEN_AUTH_ONLY
QVariant NextcloudTheme::customMedia(CustomMediaType)
{
return QVariant();
}
#endif
}

View file

@ -29,11 +29,6 @@ class NextcloudTheme : public Theme
public:
NextcloudTheme();
#ifndef TOKEN_AUTH_ONLY
QVariant customMedia(CustomMediaType type) override;
#endif
};
}
#endif // NEXTCLOUD_THEME_H