Deleted a debugging line.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-11-10 19:21:10 +00:00
parent e8fdc26406
commit 5b766d236b
2 changed files with 0 additions and 4 deletions

View File

@@ -208,8 +208,6 @@ void wxColour::CalcPixel( GdkColormap *cmap )
M_COLDATA->m_hasPixel = gdk_color_alloc( cmap, &M_COLDATA->m_color );
}
int p = M_COLDATA->m_color.pixel;
M_COLDATA->m_colormap = cmap;
}