=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: wined3d: Remove the dead wined3d_volume_invalidate_location declaration.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 4 10:37:01 CDT 2016


Module: wine
Branch: master
Commit: 7f9798de91be4b50c558d83fb51cacb66bdbb2d4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7f9798de91be4b50c558d83fb51cacb66bdbb2d4

Author: Stefan Dösinger <stefandoesinger at gmx.at>
Date:   Fri Apr  1 20:45:40 2016 +0100

wined3d: Remove the dead wined3d_volume_invalidate_location declaration.

Signed-off-by: Stefan Dösinger <stefandoesinger at gmx.at>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wined3d/wined3d_private.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index 180add8..8f6d09f 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -2568,7 +2568,6 @@ static inline struct wined3d_volume *volume_from_resource(struct wined3d_resourc
 void wined3d_volume_cleanup(struct wined3d_volume *volume) DECLSPEC_HIDDEN;
 HRESULT wined3d_volume_init(struct wined3d_volume *volume, struct wined3d_texture *container,
         const struct wined3d_resource_desc *desc, UINT level) DECLSPEC_HIDDEN;
-void wined3d_volume_invalidate_location(struct wined3d_volume *volume, DWORD location) DECLSPEC_HIDDEN;
 void wined3d_volume_load(struct wined3d_volume *volume, struct wined3d_context *context,
         BOOL srgb_mode) DECLSPEC_HIDDEN;
 BOOL wined3d_volume_load_location(struct wined3d_volume *volume,




More information about the wine-cvs mailing list