wined3d: Remove a useless comment.

This commit is contained in:
Stefan Dösinger 2013-11-29 12:59:16 +01:00 committed by Alexandre Julliard
parent 6f865d3ea5
commit 60ecf707a7

View file

@ -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;