mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
remove obsolete object handling
svn path=/trunk/; revision=51331
This commit is contained in:
@@ -113,8 +113,6 @@ done:
|
||||
*/
|
||||
if (hScreenDC)
|
||||
ReleaseDC(NULL, hScreenDC);
|
||||
if (hOldBitmap)
|
||||
hBitmap = SelectObject(hDC, hOldBitmap);
|
||||
if (hDC)
|
||||
DeleteDC(hDC);
|
||||
if (hBitmapBrush)
|
||||
|
||||
Reference in New Issue
Block a user