=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: wined3d: Remove a useless comment.

Alexandre Julliard julliard at winehq.org
Mon Dec 2 13:37:52 CST 2013


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Fri Nov 29 12:59:16 2013 +0100

wined3d: Remove a useless comment.

---

 dlls/wined3d/surface.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index 5ff3b0d..02f1299 100644
--- a/dlls/wined3d/surface.c
+++ b/dlls/wined3d/surface.c
@@ -3437,7 +3437,6 @@ HRESULT CDECL wined3d_surface_flip(struct wined3d_surface *surface, struct wined
     return WINED3D_OK;
 }
 
-/* Read the framebuffer back into the surface */
 static void read_from_framebuffer(struct wined3d_surface *surface)
 {
     struct wined3d_device *device = surface->resource.device;




More information about the wine-cvs mailing list