]> git.sesse.net Git - vlc/blobdiff - modules/video_output/drawable.c
Win32: avoid error with missing drawable-hwnd
[vlc] / modules / video_output / drawable.c
index 35125fba26c424e1c399c673fb502f43c2f889a8..1824704c9c7ee136e2b912acde70043f4640b398 100644 (file)
@@ -44,8 +44,6 @@ vlc_module_begin ()
     set_subcategory (SUBCAT_VIDEO_VOUT)
     set_capability ("vout window hwnd", 70)
     set_callbacks (Open, Close)
-    //add_integer ("drawable-hwnd", 0, NULL, HWN_TEXT, HWND_LONGTEXT, true) /* How to ? */
-    //    change_unsaveable ()
 vlc_module_end ()
 
 static int Control (vout_window_t *, int, va_list);