From 3dd618791e3f913683f29c2f9c48a0c9fa4d30a7 Mon Sep 17 00:00:00 2001 From: Patrik Stridvall Date: Wed, 18 Jul 2001 21:02:05 +0000 Subject: [PATCH] Documentation fixes. --- memory/atom.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/memory/atom.c b/memory/atom.c index ad82e22f849..25462a351bf 100644 --- a/memory/atom.c +++ b/memory/atom.c @@ -437,7 +437,6 @@ static ATOM ATOM_AddAtomA( LPCSTR str, BOOL local ) /*********************************************************************** - * GlobalAddAtom (USER.268) * GlobalAddAtomA (KERNEL32.@) * * Adds a character string to the global atom table and returns a unique @@ -529,7 +528,6 @@ static ATOM ATOM_DeleteAtom( ATOM atom, BOOL local) /*********************************************************************** - * GlobalDeleteAtom (USER.269) * GlobalDeleteAtom (KERNEL32.@) * Decrements the reference count of a string atom. If the count is * zero, the string associated with the atom is removed from the table. @@ -584,7 +582,6 @@ static ATOM ATOM_FindAtomA( LPCSTR str, BOOL local ) /*********************************************************************** - * GlobalFindAtom (USER.270) * GlobalFindAtomA (KERNEL32.@) * * Searches the atom table for the string and returns the atom @@ -707,7 +704,6 @@ static UINT ATOM_GetAtomNameA( ATOM atom, LPSTR buffer, INT count, BOOL local ) /*********************************************************************** - * GlobalGetAtomName (USER.271) * GlobalGetAtomNameA (KERNEL32.@) * * Retrieves a copy of the string associated with an atom.