From cdfebc9d1abed799e5a44c60b898d0c907aba833 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sun, 5 Feb 2017 09:25:42 +0100 Subject: [PATCH] Fix warning --- pixmap.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pixmap.cpp b/pixmap.cpp index 1c8c505..59e26e4 100644 --- a/pixmap.cpp +++ b/pixmap.cpp @@ -634,7 +634,6 @@ RECT CPixmap::GetClipping() bool CPixmap::IsIconPixel(int channel, int rank, POINT pos) { int nbx, nby; - COLORREF rgb; if ( channel < 0 || channel >= MAXIMAGE ) return false; if (m_lpSDLTexture[channel] == NULL ) return false;