[PATCH] user32: Remove confusing comments

Nikolay Sivov nsivov at codeweavers.com
Thu Feb 8 04:52:16 CST 2018


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 dlls/user32/button.c  | 9 ---------
 dlls/user32/combo.c   | 9 ---------
 dlls/user32/edit.c    | 9 ---------
 dlls/user32/listbox.c | 9 ---------
 dlls/user32/scroll.c  | 9 ---------
 dlls/user32/static.c  | 9 ---------
 6 files changed, 54 deletions(-)

diff --git a/dlls/user32/button.c b/dlls/user32/button.c
index e5cee120c1..52e718f8e5 100644
--- a/dlls/user32/button.c
+++ b/dlls/user32/button.c
@@ -18,15 +18,6 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- * NOTES
- *
- * This code was audited for completeness against the documented features
- * of Comctl32.dll version 6.0 on Oct. 3, 2004, by Dimitrie O. Paun.
- * 
- * Unless otherwise noted, we believe this code to be complete, as per
- * the specification mentioned above.
- * If you discover missing features, or bugs, please note them below.
- * 
  * TODO
  *  Styles
  *  - BS_NOTIFY: is it complete?
diff --git a/dlls/user32/combo.c b/dlls/user32/combo.c
index b69f892b78..ef75c7637e 100644
--- a/dlls/user32/combo.c
+++ b/dlls/user32/combo.c
@@ -17,15 +17,6 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- * NOTES
- *
- * This code was audited for completeness against the documented features
- * of Comctl32.dll version 6.0 on Oct. 4, 2004, by Dimitrie O. Paun.
- * 
- * Unless otherwise noted, we believe this code to be complete, as per
- * the specification mentioned above.
- * If you discover missing features, or bugs, please note them below.
- * 
  * TODO:
  *   - ComboBox_[GS]etMinVisible()
  *   - CB_GETMINVISIBLE, CB_SETMINVISIBLE
diff --git a/dlls/user32/edit.c b/dlls/user32/edit.c
index 614a979a39..693c58f6f8 100644
--- a/dlls/user32/edit.c
+++ b/dlls/user32/edit.c
@@ -20,15 +20,6 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- * NOTES
- *
- * This code was audited for completeness against the documented features
- * of Comctl32.dll version 6.0 on Oct. 8, 2004, by Dimitrie O. Paun.
- * 
- * Unless otherwise noted, we believe this code to be complete, as per
- * the specification mentioned above.
- * If you discover missing features, or bugs, please note them below.
- *
  * TODO:
  *   - EDITBALLOONTIP structure
  *   - EM_GETCUEBANNER/Edit_GetCueBannerText
diff --git a/dlls/user32/listbox.c b/dlls/user32/listbox.c
index 6b47f053ae..f6b936ab90 100644
--- a/dlls/user32/listbox.c
+++ b/dlls/user32/listbox.c
@@ -17,15 +17,6 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- * NOTES
- *
- * This code was audited for completeness against the documented features
- * of Comctl32.dll version 6.0 on Oct. 9, 2004, by Dimitrie O. Paun.
- * 
- * Unless otherwise noted, we believe this code to be complete, as per
- * the specification mentioned above.
- * If you discover missing features, or bugs, please note them below.
- *
  * TODO:
  *    - LBS_NODATA
  */
diff --git a/dlls/user32/scroll.c b/dlls/user32/scroll.c
index 4b572e59f9..1c127fbc71 100644
--- a/dlls/user32/scroll.c
+++ b/dlls/user32/scroll.c
@@ -17,15 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- *
- * NOTES
- *
- * This code was audited for completeness against the documented features
- * of Comctl32.dll version 6.0 on Oct. 8, 2004, by Dimitrie O. Paun.
- * 
- * Unless otherwise noted, we believe this code to be complete, as per
- * the specification mentioned above.
- * If you discover missing features, or bugs, please note them below.
  */
 
 #include "config.h"
diff --git a/dlls/user32/static.c b/dlls/user32/static.c
index 60fcb793d3..11b04fc98f 100644
--- a/dlls/user32/static.c
+++ b/dlls/user32/static.c
@@ -17,15 +17,6 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  *
- * NOTES
- *
- * This code was audited for completeness against the documented features
- * of Comctl32.dll version 6.0 on Oct. 4, 2004, by Dimitrie O. Paun.
- * 
- * Unless otherwise noted, we believe this code to be complete, as per
- * the specification mentioned above.
- * If you discover missing features, or bugs, please note them below.
- *
  * Notes:
  *   - Windows XP introduced new behavior: The background of centered
  *     icons and bitmaps is painted differently. This is only done if
-- 
2.15.1




More information about the wine-devel mailing list