From 22e9bddb2bc300b7978ce3f13f3cf07ecb60a831 Mon Sep 17 00:00:00 2001 From: "reed@reedloden.com" Date: Sat, 15 Sep 2007 10:54:10 -0700 Subject: [PATCH] Bug 389242 - "Kill old gfx and obsolete code in nsWindow" (more from nsWindow.h) [p=xfsunoles@gmail.com (Jonathan Steele) r+sr+a1.9=roc] --- widget/src/windows/nsWindow.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/widget/src/windows/nsWindow.h b/widget/src/windows/nsWindow.h index 75c3b01cb5f3..7c2d8192823e 100644 --- a/widget/src/windows/nsWindow.h +++ b/widget/src/windows/nsWindow.h @@ -70,9 +70,7 @@ class imgIContainer; #include "nsIAccessible.h" #endif -#ifdef MOZ_CAIRO_GFX #include "gfxWindowsSurface.h" -#endif #define IME_MAX_CHAR_POS 64 @@ -208,9 +206,7 @@ public: NS_IMETHOD GetLastInputEventTime(PRUint32& aTime); nsWindow* GetTopLevelWindow(); -#ifdef MOZ_CAIRO_GFX gfxASurface *GetThebesSurface(); -#endif #ifdef MOZ_XUL NS_IMETHOD SetWindowTranslucency(PRBool aTransparent);