From 8d53d634f2e2a96495b05657e278a2e8d47efec4 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 12 Sep 2007 20:33:52 +0000 Subject: We know we do have gecko 1.9, so remove all HAVE_GECKO_* defines. svn path=/trunk/; revision=7405 --- embed/xulrunner/src/AutoWindowModalState.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'embed/xulrunner/src') diff --git a/embed/xulrunner/src/AutoWindowModalState.cpp b/embed/xulrunner/src/AutoWindowModalState.cpp index ca7596b38..f64790214 100644 --- a/embed/xulrunner/src/AutoWindowModalState.cpp +++ b/embed/xulrunner/src/AutoWindowModalState.cpp @@ -25,19 +25,15 @@ AutoWindowModalState::AutoWindowModalState (nsIDOMWindow *aWindow) { -#ifdef HAVE_GECKO_1_9 mWindow = do_QueryInterface (aWindow); if (mWindow) { mWindow->EnterModalState (); } -#endif } AutoWindowModalState::~AutoWindowModalState() { -#ifdef HAVE_GECKO_1_9 if (mWindow) { mWindow->LeaveModalState (); } -#endif } -- cgit v1.2.3