From 2db33523a1c8497657963a88f70fe1726cbf8fc9 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 23 Apr 2014 23:59:30 +0200 Subject: - added an option to show meta info on downloads instead of filenames - MO will now cancel if user tries to run MO vfs-injected - when saving the MO ini file it is now written to a tmp file first and then overwritten - updated to link against boost python 1.55 --- src/executableslist.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/executableslist.cpp') diff --git a/src/executableslist.cpp b/src/executableslist.cpp index 8f2da051..57341323 100644 --- a/src/executableslist.cpp +++ b/src/executableslist.cpp @@ -68,7 +68,6 @@ void ExecutablesList::init() { std::vector executables = GameInfo::instance().getExecutables(); for (std::vector::const_iterator iter = executables.begin(); iter != executables.end(); ++iter) { - ExecutableInfo test = *iter; addExecutableInternal(ToQString(iter->title), QDir::fromNativeSeparators(ToQString(GameInfo::instance().getGameDirectory())).append("/").append(ToQString(iter->binary)), ToQString(iter->arguments), ToQString(iter->workingDirectory), -- cgit v1.3.1