summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index c085a7af41..7cd848245d 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -94,14 +94,6 @@ struct vo_x11_state {
unsigned int oldfuncs;
XComposeStatus compose_status;
- int vo_gamma;
- int vo_brightness;
- int vo_contrast;
-
- Colormap cmap;
- XColor cols[256];
- int cm_size, red_mask, green_mask, blue_mask;
-
/* XShm stuff */
int ShmCompletionEvent;
/* Number of outstanding XShmPutImage requests */
@@ -131,8 +123,6 @@ struct vo_x11_state {
int vo_x11_init(struct vo *vo);
void vo_x11_uninit(struct vo *vo);
int vo_x11_check_events(struct vo *vo);
-uint32_t vo_x11_set_equalizer(struct vo *vo, const char *name, int value);
-uint32_t vo_x11_get_equalizer(struct vo *vo, const char *name, int *value);
bool vo_x11_screen_is_composited(struct vo *vo);
void fstype_help(void);
void vo_x11_config_vo_window(struct vo *vo, XVisualInfo *vis,