1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00

x11_common.h: Remove declarations of some nonexistent variables

This commit is contained in:
Uoti Urpala 2009-05-04 03:52:19 +03:00
parent b863100784
commit f2864e9a07

View File

@ -105,9 +105,6 @@ extern int vo_fs_type;
extern char** vo_fstype_list;
extern char *mDisplayName;
extern Window mRootWin;
extern int mScreen;
extern int mLocalDisplay;
struct vo_x11_state *vo_x11_init_state(void);
int vo_init(struct vo *vo);