st-im-text: remove undefined st_im_text_set_autoshow_im decl

https://bugzilla.gnome.org/show_bug.cgi?id=691392
This commit is contained in:
Daiki Ueno 2013-01-09 16:00:06 +09:00
parent e16c16b3ef
commit 6fac33ea7d

View File

@ -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