wined3d: Remove a duplication in device.c.

This commit is contained in:
Phil Costin 2007-06-13 17:29:56 +00:00 committed by Alexandre Julliard
parent 74edf133e0
commit 72865b8ca2
1 changed files with 0 additions and 2 deletions

View File

@ -140,8 +140,6 @@ static void WINAPI IWineD3DDeviceImpl_AddResource(IWineD3DDevice *iface, IWineD3
_basetexture.dirty = TRUE; \
_basetexture.is_srgb = FALSE; \
_basetexture.srgb_mode_change_count = 0; \
_basetexture.is_srgb = FALSE; \
_basetexture.srgb_mode_change_count = 0; \
}
/**********************************************************