summaryrefslogtreecommitdiffstats
path: root/video/out/w32_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-10 16:20:03 +0100
committerwm4 <wm4@nowhere>2012-11-12 20:10:42 +0100
commit90784dfc9d139d520a4b1c2f85778b0c1e4af95b (patch)
tree33269043112b8c400419340d58dffa77fa5ef822 /video/out/w32_common.h
parent5afacef0e4d80a77518d65d83947b9f7a2630c34 (diff)
downloadmpv-90784dfc9d139d520a4b1c2f85778b0c1e4af95b.tar.bz2
mpv-90784dfc9d139d520a4b1c2f85778b0c1e4af95b.tar.xz
win32: remove pointless get/release DC wrappers
Diffstat (limited to 'video/out/w32_common.h')
-rw-r--r--video/out/w32_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/w32_common.h b/video/out/w32_common.h
index c6d9fc7653..cd74ae17ac 100644
--- a/video/out/w32_common.h
+++ b/video/out/w32_common.h
@@ -60,7 +60,5 @@ void vo_w32_fullscreen(struct vo *vo);
int vo_w32_check_events(struct vo *vo);
int vo_w32_config(struct vo *vo, uint32_t, uint32_t, uint32_t);
void w32_update_xinerama_info(struct vo *vo);
-HDC vo_w32_get_dc(struct vo *vo, HWND wnd);
-void vo_w32_release_dc(struct vo *vo, HWND wnd, HDC dc);
#endif /* MPLAYER_W32_COMMON_H */