summaryrefslogtreecommitdiff
path: root/noncore/apps/keyz-cfg/zkbxml.cpp
Unidiff
Diffstat (limited to 'noncore/apps/keyz-cfg/zkbxml.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/keyz-cfg/zkbxml.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/noncore/apps/keyz-cfg/zkbxml.cpp b/noncore/apps/keyz-cfg/zkbxml.cpp
index 76472cb..5b0084c 100644
--- a/noncore/apps/keyz-cfg/zkbxml.cpp
+++ b/noncore/apps/keyz-cfg/zkbxml.cpp
@@ -491,3 +491,2 @@ int ZkbXmlHandler::str2key(const QString& s) {
491 491
492#ifdef USE_ZKB_NAMES
493 ret = KeyNames::find(s); 492 ret = KeyNames::find(s);
@@ -497,6 +496,2 @@ int ZkbXmlHandler::str2key(const QString& s) {
497 496
498#else
499 ret = str2uint(s);
500#endif
501
502 return ret; 497 return ret;
@@ -507,3 +502,2 @@ int ZkbXmlHandler::str2modifier(const QString& val) {
507 502
508#ifdef USE_ZKB_NAMES
509 int n, i; 503 int n, i;
@@ -528,5 +522,2 @@ int ZkbXmlHandler::str2modifier(const QString& val) {
528 } while (n < val.length()); 522 } while (n < val.length());
529#else
530 ret = str2uint(val);
531#endif
532 523
@@ -550,3 +541,2 @@ int ZkbXmlHandler::str2keycode(const QString& s) {
550 541
551#ifdef USE_ZKB_NAMES
552 ret = KeycodeNames::find(s); 542 ret = KeycodeNames::find(s);
@@ -556,6 +546,2 @@ int ZkbXmlHandler::str2keycode(const QString& s) {
556 546
557#else
558 ret = str2uint(s);
559#endif
560
561 return ret; 547 return ret;