Make _clutter_pixel_to_id() private

It's only used in the same file that declares it.
This commit is contained in:
Emmanuele Bassi 2011-02-18 14:38:24 +00:00
parent 92ddaa9c13
commit 4635c8f9fd
2 changed files with 1 additions and 3 deletions

View File

@ -367,7 +367,7 @@ _clutter_id_to_color (guint id_,
}
}
guint
static inline guint
_clutter_pixel_to_id (guchar pixel[4])
{
ClutterMainContext *ctx;

View File

@ -210,8 +210,6 @@ ClutterActor *_clutter_do_pick (ClutterStage *stage,
gint y,
ClutterPickMode mode);
guint _clutter_pixel_to_id (guchar pixel[4]);
void _clutter_id_to_color (guint id,
ClutterColor *col);