From 4c6a2a70dd7d2162e74f11b71e7a59dfab012548 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sat, 22 Sep 2007 04:40:37 +0000 Subject: [PATCH] unused variables, useless assert git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/wincmn.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index 307f2c1c64..43d9b39a76 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -78,9 +78,6 @@ #else #include #endif - extern const unsigned int gtk_major_version; - extern const unsigned int gtk_minor_version; - extern const unsigned int gtk_micro_version; #endif #include "wx/platinfo.h" @@ -1131,8 +1128,6 @@ wxColour wxWindowBase::GetForegroundColour() const // logic is the same as above if ( !m_hasFgCol && !m_foregroundColour.Ok() ) { - wxASSERT_MSG( !m_hasFgCol, _T("we have invalid explicit fg colour?") ); - wxColour colFg = GetDefaultAttributes().colFg; if ( !colFg.Ok() ) -- 2.45.2