From 06d4be6bc2720efeedb6032314502180943fab8b Mon Sep 17 00:00:00 2001 From: "mkaply@us.ibm.com" Date: Thu, 6 Sep 2007 11:40:57 -0700 Subject: [PATCH] No bug r=mkaply, a=blizzard We can remove lDisplayDepth as a result of removing RequiresInvertedMask --- widget/src/os2/nsGfxDefs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/widget/src/os2/nsGfxDefs.h b/widget/src/os2/nsGfxDefs.h index 31980217fa3..530918c9ce9 100644 --- a/widget/src/os2/nsGfxDefs.h +++ b/widget/src/os2/nsGfxDefs.h @@ -104,7 +104,6 @@ struct nsGfxModuleData { HMODULE hModResources; HPS hpsScreen; - LONG lDisplayDepth; nsGfxModuleData(); ~nsGfxModuleData();