summaryrefslogtreecommitdiff
path: root/clutter/clutter-deprecated.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-06-29 16:34:49 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-06-29 17:01:10 +0100
commit81bc2b4cc7c755b825f55424be261a5120f4fc0c (patch)
tree0c9f5b8d22ef19d62c5c7861319636f3d6e288cc /clutter/clutter-deprecated.h
parentbd668cf156bf54d2ad1cee8ea7cd0c13b02ea95f (diff)
downloadclutter-81bc2b4cc7c755b825f55424be261a5120f4fc0c.tar.gz
[actor] Remove unused clutter_actor_pick()
The clutter_actor_pick() function just emits the ::pick signal on the actor. Nobody should be using it, since the paint() method is already context sensitive and will result in a ::pick emission by itself. The clutter_actor_pick() is just confusing things.
Diffstat (limited to 'clutter/clutter-deprecated.h')
-rw-r--r--clutter/clutter-deprecated.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clutter/clutter-deprecated.h b/clutter/clutter-deprecated.h
index 69a069e41..c817b4581 100644
--- a/clutter/clutter-deprecated.h
+++ b/clutter/clutter-deprecated.h
@@ -198,4 +198,6 @@
#define clutter_timeline_get_progressx clutter_timeline_get_progressx_DEPRECATED_BY_clutter_timeline_get_progress
+#define clutter_actor_pick clutter_actor_pick_DEPRECATED_BY_clutter_actor_paint
+
#endif /* CLUTTER_DEPRECATED_H */