Remove unnecessary comment.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5014 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2010-06-10 11:55:39 +00:00
parent 2fbf396790
commit a6462959d0

View File

@ -1871,7 +1871,7 @@ static void cb_func_switch_tablastused(G_GNUC_UNUSED guint key_id)
}
else
{
update_filename_label(); /* update filename label */
update_filename_label();
mru_pos += 1;
}
}