Fix simple, unused variable warnings

This commit is contained in:
Jasper St. Pierre
2013-09-10 16:00:49 -04:00
parent 1cc9480e56
commit d46ceead04
5 changed files with 0 additions and 7 deletions

View File

@ -829,8 +829,6 @@ int
shell_app_compare (ShellApp *app,
ShellApp *other)
{
gboolean vis_app, vis_other;
if (app->state != other->state)
{
if (app->state == SHELL_APP_STATE_RUNNING)