Bug 1361 - Unused ClutterStage::get_resolution() methods

The clutter_stage_get_resolution() and fixed-point API are just
shorthands for:

        clutter_backend_get_resolution (default_backend);

And as such do not fit at all in the ClutterStage class. The only
reason for their existence was the ClutterUnit conversion macros,
which have now been fixed to use the default backend through a
function call instead.

Thus, we can safely remove the stage entry points.
This commit is contained in:
Emmanuele Bassi
2009-01-23 15:16:21 +00:00
parent ae40bd37c7
commit 134edac82c
4 changed files with 2 additions and 62 deletions

View File

@ -532,8 +532,6 @@ clutter_stage_queue_redraw
clutter_stage_event
clutter_stage_set_key_focus
clutter_stage_get_key_focus
clutter_stage_get_resolution
clutter_stage_get_resolutionx
clutter_stage_read_pixels
<SUBSECTION>