[gtk+] application: Remove a variable and silence a compiler warning
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] application: Remove a variable and silence a compiler warning
- Date: Fri, 18 Jun 2010 13:27:47 +0000 (UTC)
commit b98667d41ef2d6154e0db1652371c8da76067dcf
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Fri Jun 18 14:26:57 2010 +0100
application: Remove a variable and silence a compiler warning
gtk/gtkapplication.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index 4fa63eb..ef407d8 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -434,7 +434,6 @@ GtkWindow *
gtk_application_get_window (GtkApplication *app)
{
GtkApplicationPrivate *priv;
- GtkWindow *window;
g_return_val_if_fail (GTK_IS_APPLICATION (app), NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]