moved wxIcon implementation for ports where it's identical to wxBitmap to generic...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 9 Aug 2006 17:59:30 +0000 (17:59 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 9 Aug 2006 17:59:30 +0000 (17:59 +0000)
commit71451a6d16cdf35293089a4dfb235604769c18c6
tree3ccb118f76fdf8039c632aa71e50cd945ee8ec56
parentbc023abbbbd2b136da9ff65efbbb726daa9fc907
moved wxIcon implementation for ports where it's identical to wxBitmap to generic/icon.{cpp,h} so that the same code is not duplicated several times

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
build/bakefiles/files.bkl
include/wx/generic/icon.h [moved from include/wx/x11/icon.h with 69% similarity]
include/wx/gtk/icon.h [deleted file]
include/wx/gtk1/icon.h [deleted file]
include/wx/icon.h
include/wx/mgl/icon.h [deleted file]
src/generic/icon.cpp [moved from src/x11/icon.cpp with 83% similarity]
src/gtk/icon.cpp [deleted file]
src/gtk1/icon.cpp [deleted file]
src/mgl/icon.cpp [deleted file]