From b44571ababeb368e94df6665c1d370d817a51135 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 14 Sep 2014 15:59:10 +0200 Subject: x11: remove unused function --- video/out/x11_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/out/x11_common.h') diff --git a/video/out/x11_common.h b/video/out/x11_common.h index 4c11ad1465..f41654c455 100644 --- a/video/out/x11_common.h +++ b/video/out/x11_common.h @@ -120,6 +120,4 @@ void vo_x11_clear_background(struct vo *vo, const struct mp_rect *rc); void vo_x11_clearwindow(struct vo *vo, Window vo_window); int vo_x11_control(struct vo *vo, int *events, int request, void *arg); -double vo_x11_vm_get_fps(struct vo *vo); - #endif /* MPLAYER_X11_COMMON_H */ -- cgit v1.2.3