mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
No need to overwrite customMedia in the theme
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
944f9e9668
commit
0c21852bc3
2 changed files with 0 additions and 12 deletions
|
@ -33,11 +33,4 @@ NextcloudTheme::NextcloudTheme()
|
|||
{
|
||||
}
|
||||
|
||||
#ifndef TOKEN_AUTH_ONLY
|
||||
QVariant NextcloudTheme::customMedia(CustomMediaType)
|
||||
{
|
||||
return QVariant();
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
|
@ -29,11 +29,6 @@ class NextcloudTheme : public Theme
|
|||
public:
|
||||
NextcloudTheme();
|
||||
|
||||
#ifndef TOKEN_AUTH_ONLY
|
||||
QVariant customMedia(CustomMediaType type) override;
|
||||
|
||||
#endif
|
||||
|
||||
};
|
||||
}
|
||||
#endif // NEXTCLOUD_THEME_H
|
||||
|
|
Loading…
Reference in a new issue