From f844613292d4ec1a245561c264dd017a79b26220 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 9 Jan 2013 16:00:06 +0900 Subject: [PATCH] st-im-text: remove undefined st_im_text_set_autoshow_im decl https://bugzilla.gnome.org/show_bug.cgi?id=691392 --- src/st/st-im-text.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/st/st-im-text.h b/src/st/st-im-text.h index d6f10f412..3f87c044f 100644 --- a/src/st/st-im-text.h +++ b/src/st/st-im-text.h @@ -61,8 +61,6 @@ struct _StIMTextClass GType st_im_text_get_type (void) G_GNUC_CONST; ClutterActor *st_im_text_new (const gchar *text); -void st_im_text_set_autoshow_im (StIMText *self, - gboolean autoshow); G_END_DECLS