diff options
author | Mohammed Sadiq <sadiq@sadiqpk.org> | 2018-05-12 17:32:16 +0530 |
---|---|---|
committer | Mohammed Sadiq <sadiq@sadiqpk.org> | 2018-05-12 17:32:16 +0530 |
commit | 7ddad8aa6268cd0f21fa07658cd7feb2ce31b8ff (patch) | |
tree | 182209a7a76e7d0375b2a3352d2a5da8d0582d3d /examples | |
parent | 14e5218753dbf0c440ea00a7269e25869df4ae7d (diff) | |
download | gtk+-7ddad8aa6268cd0f21fa07658cd7feb2ce31b8ff.tar.gz |
examples: Remove unused variables
Diffstat (limited to 'examples')
-rw-r--r-- | examples/application10/exampleappwin.c | 1 | ||||
-rw-r--r-- | examples/application9/exampleappwin.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/application10/exampleappwin.c b/examples/application10/exampleappwin.c index 7b0dc46575..f1edb4360e 100644 --- a/examples/application10/exampleappwin.c +++ b/examples/application10/exampleappwin.c @@ -122,7 +122,6 @@ update_lines (ExampleAppWindow *win) { GtkWidget *tab, *view; GtkTextBuffer *buffer; - GtkTextIter iter; int count; gchar *lines; diff --git a/examples/application9/exampleappwin.c b/examples/application9/exampleappwin.c index 6d6ae980e9..e029c61042 100644 --- a/examples/application9/exampleappwin.c +++ b/examples/application9/exampleappwin.c @@ -122,7 +122,6 @@ update_lines (ExampleAppWindow *win) { GtkWidget *tab, *view; GtkTextBuffer *buffer; - GtkTextIter iter; int count; gchar *lines; |