mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
examples: Remove unused variables
This commit is contained in:
parent
14e5218753
commit
7ddad8aa62
@ -122,7 +122,6 @@ update_lines (ExampleAppWindow *win)
|
|||||||
{
|
{
|
||||||
GtkWidget *tab, *view;
|
GtkWidget *tab, *view;
|
||||||
GtkTextBuffer *buffer;
|
GtkTextBuffer *buffer;
|
||||||
GtkTextIter iter;
|
|
||||||
int count;
|
int count;
|
||||||
gchar *lines;
|
gchar *lines;
|
||||||
|
|
||||||
|
@ -122,7 +122,6 @@ update_lines (ExampleAppWindow *win)
|
|||||||
{
|
{
|
||||||
GtkWidget *tab, *view;
|
GtkWidget *tab, *view;
|
||||||
GtkTextBuffer *buffer;
|
GtkTextBuffer *buffer;
|
||||||
GtkTextIter iter;
|
|
||||||
int count;
|
int count;
|
||||||
gchar *lines;
|
gchar *lines;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user