remove obsolete object handling

svn path=/trunk/; revision=51331
This commit is contained in:
Matthias Kupfer
2011-04-13 20:20:16 +00:00
parent 45fc0e0951
commit 1968375672
@@ -113,8 +113,6 @@ done:
*/
if (hScreenDC)
ReleaseDC(NULL, hScreenDC);
if (hOldBitmap)
hBitmap = SelectObject(hDC, hOldBitmap);
if (hDC)
DeleteDC(hDC);
if (hBitmapBrush)