From 88c820862699197d4f4ad8b8e5de48a238c1fef2 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Mon, 14 Jul 2003 14:14:11 +0000 Subject: [PATCH] wxCocoa: allow sash, splitter, and startup tips git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.in b/configure.in index c8117f3cdb..fcb0d0d422 100644 --- a/configure.in +++ b/configure.in @@ -996,11 +996,7 @@ if test "x$wxUSE_COCOA" != "x" -a "$wxUSE_COCOA" != "0" ; then DEFAULT_wxUSE_FONTDLG=no DEFAULT_wxUSE_GRID=no DEFAULT_wxUSE_PROGRESSDLG=no - DEFAULT_wxUSE_SASH=no - DEFAULT_wxUSE_SPLITTER=no DEFAULT_wxUSE_WIZARDDLG=no - DEFAULT_wxUSE_SPLITTER=no - DEFAULT_wxUSE_STARTUP_TIPS=no fi WX_ARG_ENABLE(accel, [ --enable-accel use accelerators], wxUSE_ACCEL) -- 2.45.2