[gnome-shell/gnome-3-8] st-im-text: remove undefined st_im_text_set_autoshow_im decl



commit f844613292d4ec1a245561c264dd017a79b26220
Author: Daiki Ueno <ueno unixuser org>
Date:   Wed Jan 9 16:00:06 2013 +0900

    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 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/st/st-im-text.h b/src/st/st-im-text.h
index d6f10f4..3f87c04 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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]