summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/installdialog.cpp
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-09-02 22:42:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-09-02 22:42:27 (GMT)
commit28cc8bad3efc117db88d38e19e7d9a8a75efbe75 (patch)
tree6a3e9f90e43096324d028d115fc04ab4144c3cf4 /abs/core/mythinstall/MythVantage-app/mythinstall/installdialog.cpp
parent848e967b25b1e9baedc07d7bb5cf74b3b024b14b (diff)
downloadlinhes_pkgbuild-28cc8bad3efc117db88d38e19e7d9a8a75efbe75.zip
linhes_pkgbuild-28cc8bad3efc117db88d38e19e7d9a8a75efbe75.tar.gz
linhes_pkgbuild-28cc8bad3efc117db88d38e19e7d9a8a75efbe75.tar.bz2
mythinstall: simplify default device to 1 list
there are some cards that we identify wrong as analog or digital so to remove confusion just offer 1 list with all found devices
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/installdialog.cpp')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/installdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/installdialog.cpp b/abs/core/mythinstall/MythVantage-app/mythinstall/installdialog.cpp
index e18da49..4c7099d 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/installdialog.cpp
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/installdialog.cpp
@@ -1127,8 +1127,8 @@ void WelcomeDialog::install_it(void)
}
}
file.close();
- bool ok;
- int mem = currentitem.toInt( &ok, 10 ); // dec == 0, ok == FALSE
+// bool ok;
+// int mem = currentitem.toInt( &ok, 10 ); // dec == 0, ok == FALSE
// if ( mem >= 500000 )