Remove the unused clutter_stage_flush() declaration, now that we

don't have the ClutterStage::flush vfunc anymore.
This commit is contained in:
Emmanuele Bassi 2007-03-27 11:20:59 +00:00
parent 57dfe85606
commit 9c8af2977d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-03-27 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-stage.h: Remove unused clutter_stage_flush()
declaration.
2007-03-27 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/glx/clutter-glx.h:

View File

@ -158,7 +158,6 @@ GdkPixbuf * clutter_stage_snapshot (ClutterStage *stage,
gint y,
gint width,
gint height);
void clutter_stage_flush (ClutterStage *stage);
G_END_DECLS