d3drm: Get rid of some incorrect comments.
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