unused var warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-12-12 17:59:41 +00:00
parent 8a8997c3be
commit d5f330f9bc

View File

@@ -1253,6 +1253,7 @@ void wxDirFilterListCtrl::FillFilterList(const wxString& filter, int defaultFilt
// wxFileIconsTable icons // wxFileIconsTable icons
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifndef __WXGTK24__
/* Computer */ /* Computer */
static const char * file_icons_tbl_computer_xpm[] = { static const char * file_icons_tbl_computer_xpm[] = {
"16 16 7 1", "16 16 7 1",
@@ -1279,6 +1280,7 @@ static const char * file_icons_tbl_computer_xpm[] = {
" .oXoXoXoXoXo.o ", " .oXoXoXoXoXo.o ",
".XOXXXXXXXXX.o ", ".XOXXXXXXXXX.o ",
"............o "}; "............o "};
#endif // GTK+ < 2.4
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// wxFileIconsTable & friends // wxFileIconsTable & friends