From 0c07e82136133aef14a5caf6f11da0c1a6dc72fb Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 2 Mar 2013 19:16:59 +0100 Subject: w32_common: remove unused variable The depth was printed in verbose mode. Completely useless. --- video/out/w32_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'video/out/w32_common.h') diff --git a/video/out/w32_common.h b/video/out/w32_common.h index 63a7d19fc9..a71ccaa661 100644 --- a/video/out/w32_common.h +++ b/video/out/w32_common.h @@ -26,8 +26,6 @@ struct vo_w32_state { HWND window; - int depthonscreen; - // last non-fullscreen extends (updated only on fullscreen or on initialization) int prev_width; int prev_height; -- cgit v1.2.3