removed unnecessary checks for m_clipboard/targetsWidget being non-NULL in dtor:...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Apr 2007 15:12:31 +0000 (15:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Apr 2007 15:12:31 +0000 (15:12 +0000)
commit05492dd1eb5c8d5407de9fa09372c61de00f1d9d
tree801d2c61a26f34770254b9917fa96197048046c8
parentfef0a330e98471b5a56b8fea33a6ed01e916583d
removed unnecessary checks for m_clipboard/targetsWidget being non-NULL in dtor: they're used without these checks in many other places anyhow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/clipbrd.cpp