summaryrefslogtreecommitdiffstats
path: root/abs/core/mythinstall/MythVantage-app/mythinstall/xorgsettings.h
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-12-14 22:29:56 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-12-14 22:29:56 (GMT)
commit617a3af08e1baa921cda93e0077121f22a9447d9 (patch)
treea0b1eb2a96c8249239f7f6380a3da12ba2b7c8f6 /abs/core/mythinstall/MythVantage-app/mythinstall/xorgsettings.h
parent9b5ae377f655f80525fb73e26fb3bbcd601c9f32 (diff)
downloadlinhes_pkgbuild-617a3af08e1baa921cda93e0077121f22a9447d9.zip
linhes_pkgbuild-617a3af08e1baa921cda93e0077121f22a9447d9.tar.gz
linhes_pkgbuild-617a3af08e1baa921cda93e0077121f22a9447d9.tar.bz2
mythinstall: port question, readme and help screens to MythUI
eliminate some compiler warnings by checking for system call outputs.
Diffstat (limited to 'abs/core/mythinstall/MythVantage-app/mythinstall/xorgsettings.h')
-rwxr-xr-xabs/core/mythinstall/MythVantage-app/mythinstall/xorgsettings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/abs/core/mythinstall/MythVantage-app/mythinstall/xorgsettings.h b/abs/core/mythinstall/MythVantage-app/mythinstall/xorgsettings.h
index 88f202c..ad62564 100755
--- a/abs/core/mythinstall/MythVantage-app/mythinstall/xorgsettings.h
+++ b/abs/core/mythinstall/MythVantage-app/mythinstall/xorgsettings.h
@@ -109,7 +109,6 @@ static HostComboBox *HostXres()
gc->addSelection("Auto") ;
gc->setHelpText(QObject::tr(""));
system ("print_xorg_res.py");
-
QFile file("/tmp/modelines");
QString line;
if ( file.open(QIODevice::ReadOnly | QIODevice::Text) )