Henri Verbeet : d3drm: Get rid of some incorrect comments.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 20 08:43:20 CDT 2015


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Fri Mar 20 12:41:53 2015 +0100

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 e1e2250..c53abfc 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 8cba39b..e9e7e9a 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 c39903f..498b764 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




More information about the wine-cvs mailing list