summaryrefslogtreecommitdiff
path: root/gladeui/glade-property.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-30 01:15:19 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-30 01:15:19 +0900
commitecabb8754542fa993a6812ff33f4b29e804da136 (patch)
treee4d28bda1a5dbecdf4920cf4aa2ca97d729d5394 /gladeui/glade-property.h
parent159aa6f695197e17b88b53ae115ed4052e7e8ab8 (diff)
downloadglade-ecabb8754542fa993a6812ff33f4b29e804da136.tar.gz
* Whole tree updated to remove all notion of project conversions and dual project formats,
no more libglade.
Diffstat (limited to 'gladeui/glade-property.h')
-rw-r--r--gladeui/glade-property.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gladeui/glade-property.h b/gladeui/glade-property.h
index f8fd63d3..93649637 100644
--- a/gladeui/glade-property.h
+++ b/gladeui/glade-property.h
@@ -79,7 +79,6 @@ struct _GladeProperty
/* Used only for translatable strings. */
guint i18n_translatable : 1;
- guint i18n_has_context : 1;
gchar *i18n_context;
gchar *i18n_comment;
@@ -207,12 +206,6 @@ void glade_property_i18n_set_translatable (GladeProperty
gboolean glade_property_i18n_get_translatable (GladeProperty *property);
-void glade_property_i18n_set_has_context (GladeProperty *property,
- gboolean has_context);
-
-gboolean glade_property_i18n_get_has_context (GladeProperty *property);
-
-
void glade_property_push_superuser (void);
void glade_property_pop_superuser (void);