From ebcfa70d5dd224a865dcf32107ff9cdc5f329232 Mon Sep 17 00:00:00 2001 From: "pavlov%pavlov.net" Date: Thu, 9 Nov 2006 00:06:49 +0000 Subject: [PATCH] removing unused variables. r=me git-svn-id: svn://10.0.0.236/trunk@215005 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/thebes/src/gfxWindowsSurface.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mozilla/gfx/thebes/src/gfxWindowsSurface.cpp b/mozilla/gfx/thebes/src/gfxWindowsSurface.cpp index 39e6c518025..7bf5a9249d4 100644 --- a/mozilla/gfx/thebes/src/gfxWindowsSurface.cpp +++ b/mozilla/gfx/thebes/src/gfxWindowsSurface.cpp @@ -59,8 +59,6 @@ gfxWindowsSurface::gfxWindowsSurface(HDC dc, PRBool deleteDC) : gfxWindowsSurface::gfxWindowsSurface(unsigned long width, unsigned long height, gfxImageFormat imageFormat) : mOwnsDC(PR_FALSE), mWnd(nsnull) { - HBITMAP bmp = nsnull; - cairo_surface_t *surf = cairo_win32_surface_create_with_dib((cairo_format_t)imageFormat, width, height); if (!surf || cairo_surface_status(surf)) { @@ -75,8 +73,6 @@ gfxWindowsSurface::gfxWindowsSurface(unsigned long width, unsigned long height, gfxWindowsSurface::gfxWindowsSurface(HDC dc, unsigned long width, unsigned long height, gfxImageFormat imageFormat) : mOwnsDC(PR_FALSE), mWnd(nsnull) { - HBITMAP bmp = nsnull; - cairo_surface_t *surf = cairo_win32_surface_create_with_ddb(dc, (cairo_format_t)imageFormat, width, height); if (!surf || cairo_surface_status(surf)) {