projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
got rid of wxXmlResourceHandler::CheckPlatform, the check is now done while loading...
[wxWidgets.git]
/
src
/
os2
/
bitmap.cpp
diff --git
a/src/os2/bitmap.cpp
b/src/os2/bitmap.cpp
index 5ffef72a4bf0fa759aee962173723f42d98a379a..2d7a3fc799f6a204147935360603498f455577b3 100644
(file)
--- a/
src/os2/bitmap.cpp
+++ b/
src/os2/bitmap.cpp
@@
-131,10
+131,6
@@
bool wxBitmap::CopyFromIcon(
if (!rIcon.Ok())
return(FALSE);
-#if WXWIN_COMPATIBILITY_2
- refData->m_ok = TRUE;
-#endif // WXWIN_COMPATIBILITY_2
-
return CopyFromIconOrCursor(rIcon);
}