From c5f03c3933f71d7cf3a0ff28b371eed5b2bedcde Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Fri, 20 Mar 2015 12:41:53 +0100 Subject: [PATCH] d3drm: Get rid of some incorrect comments. --- dlls/d3drm/device.c | 3 --- dlls/d3drm/face.c | 3 --- dlls/d3drm/viewport.c | 3 --- 3 files changed, 9 deletions(-) diff --git a/dlls/d3drm/device.c b/dlls/d3drm/device.c index e1e2250440c..c53abfc2e63 100644 --- a/dlls/d3drm/device.c +++ b/dlls/d3drm/device.c @@ -3,9 +3,6 @@ * * Copyright 2011, 2012 André Hentschel * - * This file contains the (internal) driver registration functions, - * driver enumeration APIs and DirectDraw creation functions. - * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/dlls/d3drm/face.c b/dlls/d3drm/face.c index 8cba39b777c..e9e7e9a65b4 100644 --- a/dlls/d3drm/face.c +++ b/dlls/d3drm/face.c @@ -3,9 +3,6 @@ * * Copyright 2013 André Hentschel * - * This file contains the (internal) driver registration functions, - * driver enumeration APIs and DirectDraw creation functions. - * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either diff --git a/dlls/d3drm/viewport.c b/dlls/d3drm/viewport.c index c39903ff59b..498b764c10f 100644 --- a/dlls/d3drm/viewport.c +++ b/dlls/d3drm/viewport.c @@ -3,9 +3,6 @@ * * Copyright 2012 André Hentschel * - * This file contains the (internal) driver registration functions, - * driver enumeration APIs and DirectDraw creation functions. - * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either