Stefan Dösinger : wined3d: Remove a useless comment.
Module: wine Branch: master Commit: 60ecf707a798f3417f16e29c4336f3df14791f60 URL: http://source.winehq.org/git/wine.git/?a=commit;h=60ecf707a798f3417f16e29c43... Author: Stefan Dösinger <stefan(a)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;
participants (1)
-
Alexandre Julliard