aboutsummaryrefslogtreecommitdiff
path: root/examples/hildon-icon-sizes-example.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hildon-icon-sizes-example.c')
-rw-r--r--examples/hildon-icon-sizes-example.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/hildon-icon-sizes-example.c b/examples/hildon-icon-sizes-example.c
index ae54bc9..8d99a49 100644
--- a/examples/hildon-icon-sizes-example.c
+++ b/examples/hildon-icon-sizes-example.c
@@ -41,11 +41,7 @@ main (int argc,
g_debug ("Thumb pixel size: %d", HILDON_ICON_PIXEL_SIZE_THUMB);
g_debug ("Large pixel size: %d", HILDON_ICON_PIXEL_SIZE_LARGE);
g_debug ("Extra large pixel size: %d", HILDON_ICON_PIXEL_SIZE_XLARGE);
-#ifndef HILDON_DISABLE_DEPRECATED
- g_debug ("Toolbar pixel size: %d", HILDON_ICON_PIXEL_SIZE_TOOLBAR);
-#else
g_debug ("Toolbar pixel size: %d", HILDON_ICON_PIXEL_SIZE_FINGER);
-#endif
return 0;
}