Really remove the flush vfunc from ClutterStagetClass

This commit is contained in:
Emmanuele Bassi 2007-03-25 11:47:43 +00:00
parent fa93634d14
commit 4f39ee99d3

View File

@ -90,7 +90,6 @@ struct _ClutterStageClass
gint y, gint y,
gint width, gint width,
gint height); gint height);
void (* flush) (ClutterStage *stage);
/* signals */ /* signals */
void (* event) (ClutterStage *stage, void (* event) (ClutterStage *stage,