gtkeditable.c: Remove unused variable in example code

https://bugzilla.gnome.org/show_bug.cgi?id=650167
This commit is contained in:
Alexander Saprykin 2011-05-14 13:34:01 +04:00 committed by Matthias Clasen
parent 7ef362ec67
commit 8d9f413c9b

View File

@ -51,7 +51,6 @@
* gint *position, * gint *position,
* gpointer data) * gpointer data)
* { * {
* int i;
* gchar *result = g_utf8_strup (text, length); * gchar *result = g_utf8_strup (text, length);
* *
* g_signal_handlers_block_by_func (editable, * g_signal_handlers_block_by_func (editable,