From e0cebbcfc00f50146737cd66dcd72ee6f5a38f06 Mon Sep 17 00:00:00 2001 From: "timeless%mac.com" Date: Wed, 15 Aug 2001 12:02:01 +0000 Subject: [PATCH] Qt fallout from bug 78690 (build bustage) git-svn-id: svn://10.0.0.236/trunk@101097 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/src/qt/nsDeviceContextQT.cpp | 1 - mozilla/gfx/src/qt/nsDeviceContextQT.h | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/gfx/src/qt/nsDeviceContextQT.cpp b/mozilla/gfx/src/qt/nsDeviceContextQT.cpp index b46bd989320..8ace6c808db 100644 --- a/mozilla/gfx/src/qt/nsDeviceContextQT.cpp +++ b/mozilla/gfx/src/qt/nsDeviceContextQT.cpp @@ -27,7 +27,6 @@ #include "nspr.h" #include "nsIPref.h" #include "nsIServiceManager.h" -#include "il_util.h" #include "nsCRT.h" #include "nsDeviceContextQT.h" #include "nsFontMetricsQT.h" diff --git a/mozilla/gfx/src/qt/nsDeviceContextQT.h b/mozilla/gfx/src/qt/nsDeviceContextQT.h index 62ffa2c9c26..e7b5fbe7f7d 100644 --- a/mozilla/gfx/src/qt/nsDeviceContextQT.h +++ b/mozilla/gfx/src/qt/nsDeviceContextQT.h @@ -90,7 +90,6 @@ public: private: PRUint32 mDepth; PRBool mWriteable; - nsPaletteInfo mPaletteInfo; PRUint32 mNumCells; PRInt16 mScrollbarHeight; PRInt16 mScrollbarWidth;