From d7d4fc4e61b3b0271a4dac9d04283f5237ed514e Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Fri, 17 Jan 2014 14:43:12 +0000
Subject: old strange comment removed

git-svn-id: http://svn.miranda-ng.org/main/trunk@7689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 include/m_database.h | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'include')

diff --git a/include/m_database.h b/include/m_database.h
index b8e1e1f558..d017bd1cd4 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -454,9 +454,6 @@ Writing to the database while module names are being enumerated will cause
 unpredictable results in the enumeration, but the write will work.
 szModuleName is only guaranteed to be valid for the duration of the callback.
 If you want to keep it for longer you must allocation your own storage.
-**BUG**: Prior to 0.1.2.0 dbmep was called as (lParam)(szMod, ofsMod, lParam).
-  This means that the lParam parameter to dbmep was useless, and explains the
-  slightly odd 'wParam = lParam' in the definition.
 */
 typedef int (*DBMODULEENUMPROC)(const char *szModuleName, DWORD ofsModuleName, LPARAM lParam);
 #define MS_DB_MODULES_ENUM    "DB/Modules/Enum"
-- 
cgit v1.2.3