aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-program.h
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2012-01-04 22:27:18 +0100
committerTomasz Sterna <tomek@xiaoka.com>2012-01-24 00:36:01 +0100
commitdf3f3c11dfadc3d0d191f8a642b407d29fca2084 (patch)
tree7d30bd02ff5d6b9aa8e3e15fd8f8f6c874f68197 /hildon/hildon-program.h
parent1548555bd7050e000b062e2160838552ea843b63 (diff)
Removed deprecated widgets and methods
Diffstat (limited to 'hildon/hildon-program.h')
-rw-r--r--hildon/hildon-program.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/hildon/hildon-program.h b/hildon/hildon-program.h
index a4d3210..db60538 100644
--- a/hildon/hildon-program.h
+++ b/hildon/hildon-program.h
@@ -117,17 +117,6 @@ hildon_program_get_common_toolbar (HildonProgram *self);
gboolean
hildon_program_get_is_topmost (HildonProgram *self);
-#ifndef HILDON_DISABLE_DEPRECATED
-HildonStackableWindow *
-hildon_program_pop_window_stack (HildonProgram *self);
-
-HildonStackableWindow *
-hildon_program_peek_window_stack (HildonProgram *self);
-
-void
-hildon_program_go_to_root_window (HildonProgram *self);
-#endif /* HILDON_DISABLE_DEPRECATED */
-
G_END_DECLS
#endif /* __HILDON_PROGRAM_H__ */