summaryrefslogtreecommitdiff
path: root/include/video/mcde_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/mcde_display.h')
-rw-r--r--include/video/mcde_display.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/video/mcde_display.h b/include/video/mcde_display.h
index b94e7befa8b..25a06aaae6b 100644
--- a/include/video/mcde_display.h
+++ b/include/video/mcde_display.h
@@ -62,7 +62,6 @@ struct mcde_display_device {
enum mcde_ovly_pix_fmt pixel_format;
enum mcde_display_rotation rotation;
enum mcde_display_rotation orientation;
- bool synchronized_update;
struct mcde_video_mode video_mode;
int update_flags;
bool stay_alive;
@@ -99,10 +98,6 @@ struct mcde_display_device {
enum mcde_display_rotation (*get_rotation)(
struct mcde_display_device *dev);
- int (*set_synchronized_update)(struct mcde_display_device *dev,
- bool enable);
- bool (*get_synchronized_update)(struct mcde_display_device *dev);
-
int (*apply_config)(struct mcde_display_device *dev);
int (*invalidate_area)(struct mcde_display_device *dev,
struct mcde_rectangle *area);