aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/themefunctions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/theme/themefunctions.cpp b/src/modules/theme/themefunctions.cpp
index dc3052663..cc6963e55 100644
--- a/src/modules/theme/themefunctions.cpp
+++ b/src/modules/theme/themefunctions.cpp
@@ -80,7 +80,6 @@ namespace KviThemeFunctions
debug("pValue theme version %s",pValue->toUtf8().data());
if(!pValue)return notAValidThemePackage(szError);
- if(!KviQString::equalCI(*pValue,KVI_CURRENT_THEME_ENGINE_VERSION))return notAValidThemePackage(szError);
// make sure the default fields exist
debug("check defaults fields");