Remove the unused msw.display.directdraw system option

This should have been part of 16e4586527
which removed the code this option pertained to.

See #12387.
This commit is contained in:
Vadim Zeitlin
2018-09-30 15:30:53 +02:00
parent 990c8bfd73
commit 1d40b629a2
4 changed files with 0 additions and 21 deletions

View File

@@ -3472,9 +3472,6 @@ if test "$wxUSE_DISPLAY" = "yes"; then
AC_MSG_WARN([Xinerama not found; disabling wxDisplay])
wxUSE_DISPLAY="no"
fi
elif test "$wxUSE_MSW" = 1; then
dnl DirectDraw for MSW - optionally used by WxDisplay.
AC_CHECK_HEADER([ddraw.h], [], [], [#include <windows.h>])
fi
fi