ClutterStageWindow: Remove dirty_back_buffer vfunc
It was dead code, so lets remove it. https://bugzilla.gnome.org/show_bug.cgi?id=768976
This commit is contained in:
@@ -76,8 +76,6 @@ struct _ClutterStageWindowIface
|
||||
|
||||
void (* redraw) (ClutterStageWindow *stage_window);
|
||||
|
||||
void (* dirty_back_buffer) (ClutterStageWindow *stage_window);
|
||||
|
||||
void (* get_dirty_pixel) (ClutterStageWindow *stage_window,
|
||||
int *x, int *y);
|
||||
|
||||
@@ -133,8 +131,6 @@ void _clutter_stage_window_set_accept_focus (ClutterStageWin
|
||||
|
||||
void _clutter_stage_window_redraw (ClutterStageWindow *window);
|
||||
|
||||
void _clutter_stage_window_dirty_back_buffer (ClutterStageWindow *window);
|
||||
|
||||
void _clutter_stage_window_get_dirty_pixel (ClutterStageWindow *window,
|
||||
int *x, int *y);
|
||||
|
||||
|
Reference in New Issue
Block a user