wined3d: Remove a redundant ActivateContext() call in IWineD3DSurfaceImpl_UnlockRect().
commit51902b89fbc5e4fa0cc29a61925fa6b8a5801402
authorHenri Verbeet <hverbeet@codeweavers.com>
Thu, 18 Jun 2009 07:04:06 +0000 (18 09:04 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Jun 2009 13:17:27 +0000 (18 15:17 +0200)
tree984efdf0f1b4a872ab654e9dd17f12ebcb433651
parentc7b684f345c43c36c6f2cd23dcb5374c4dd7845e
wined3d: Remove a redundant ActivateContext() call in IWineD3DSurfaceImpl_UnlockRect().

The various LoadLocation() handlers already take care of activating an
appropriate context.
dlls/wined3d/surface.c