Remove unused variable

This commit is contained in:
Jesse van den Kieboom 2013-03-01 23:58:25 +01:00
parent 067821e401
commit a5890575f4

View file

@ -354,8 +354,6 @@ public class Application : Gtk.Application
return;
}
bool opened = false;
// Set of files are potential git repositories
foreach (File f in files)
{
@ -389,7 +387,6 @@ public class Application : Gtk.Application
// Finally, create a window for the repository
new_window(repo, hint);
opened = true;
}
}