aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'hildon/hildon-defines.h')
-rw-r--r--hildon/hildon-defines.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/hildon/hildon-defines.h b/hildon/hildon-defines.h
index f6e251d..30547e8 100644
--- a/hildon/hildon-defines.h
+++ b/hildon/hildon-defines.h
@@ -119,18 +119,6 @@ G_BEGIN_DECLS
*/
#define HILDON_ICON_SIZE_XLARGE gtk_icon_size_from_name ("hildon-xlarge")
-/* legacy hildon icon sizes, updated for new hildon */
-
-/**
- * HILDON_ICON_SIZE_TOOLBAR:
- *
- * #GtkIconSize for toolbar icons.
- *
- * Deprecated: Use %HILDON_ICON_SIZE_FINGER instead.
- */
-#ifndef HILDON_DISABLE_DEPRECATED
-#define HILDON_ICON_SIZE_TOOLBAR gtk_icon_size_from_name ("hildon-finger")
-#endif
/* Actual icon sizes */
/* New sizes */
@@ -197,17 +185,6 @@ G_BEGIN_DECLS
*/
#define HILDON_ICON_PIXEL_SIZE_XLARGE hildon_get_icon_pixel_size (HILDON_ICON_SIZE_XLARGE)
-/* legacy sizes */
-/**
- * HILDON_ICON_PIXEL_SIZE_TOOLBAR:
- *
- * Pixel size for toolbar icons.
- *
- * Deprecated: Use %HILDON_ICON_PIXEL_SIZE_FINGER instead.
- */
-#ifndef HILDON_DISABLE_DEPRECATED
-#define HILDON_ICON_PIXEL_SIZE_TOOLBAR hildon_get_icon_pixel_size (HILDON_ICON_SIZE_TOOLBAR)
-#endif
/* Margins */
/**