Merge from default. Hope I did it right...

This commit is contained in:
Emil Martinec
2012-03-08 20:27:30 -06:00
parent 380728e1f0
commit f47b4b5bb0
262 changed files with 41736 additions and 37104 deletions

View File

@@ -262,12 +262,6 @@ bool safe_spawn_command_line_async (const Glib::ustring& cmd_utf8)
bool safe_spawn_command_line_sync (const Glib::ustring& cmd_utf8)
{
std::string cmd;
std::string stdOut;
std::string stdErr;
//bool success = false; // unused
int exitStatus=-1;
try {
//cmd = Glib::filename_from_utf8(cmd_utf8);