ddraw: Remove redundant iface<->impl casts in IDirect3DTextureImpl_Load.
commit18143f693b897df4c440f5d6b2cc360ef9bcfc7c
authorAlexander Dorofeyev <alexd4@inbox.lv>
Mon, 31 Dec 2007 02:03:48 +0000 (30 18:03 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Dec 2007 16:48:39 +0000 (31 17:48 +0100)
tree6b63bb9859a1784dce82dbffee0b3eb6f271a67b
parent9dbdacbd824189fafe6d88075761c5309a3f551b
ddraw: Remove redundant iface<->impl casts in IDirect3DTextureImpl_Load.

The implementation pointer retrieved from interface ptr wasn't being used for
anything except retrieving same interface ptr back.
dlls/ddraw/texture.c