about dialog: Fix compiler warnings

Fix warnings due to -Wdeclaration-after-statement and -Wshadow.
This commit is contained in:
Matthias Clasen 2015-05-30 21:21:37 -04:00
parent 00236c0d21
commit 94825c1777

View File

@ -2108,7 +2108,6 @@ text_buffer_new (GtkAboutDialog *about,
gchar *link;
gchar *uri;
const gchar *link_type;
GtkTextTag *tag;
if (*q1 == '<')
{