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;