aboutsummaryrefslogtreecommitdiffstats
path: root/imports/shared/utils/Style.qml
diff options
context:
space:
mode:
Diffstat (limited to 'imports/shared/utils/Style.qml')
-rw-r--r--imports/shared/utils/Style.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/imports/shared/utils/Style.qml b/imports/shared/utils/Style.qml
index 0bcb08cc..ec5bf44b 100644
--- a/imports/shared/utils/Style.qml
+++ b/imports/shared/utils/Style.qml
@@ -88,11 +88,6 @@ QtObject {
return gfxUrl + name + themeStr + '.png'
}
- function localAsset(asset, theme) {
- var themeStr = theme === NeptuneStyle.Dark ? "-dark" : "";
- return "assets/" + asset + themeStr + '.png'
- }
-
function icon(name) {
return drawableUrl + '/' + name + '.png';
}