remove Create{Window,Client,Paint}DC() methods without window parameter -- they don...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Jun 2008 17:05:45 +0000 (17:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Jun 2008 17:05:45 +0000 (17:05 +0000)
commit9928536b3a83586c473c96000c2d3a32e4c3f576
tree5324ed9b10c06538411b958b0a491760df28b476
parent0f5a779f12cc426da00474c1a70db8096e9e991a
remove Create{Window,Client,Paint}DC() methods without window parameter -- they don't make sense as these DCs must always be associated with a window and are unusable if created without it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dc.h
src/common/dcbase.cpp