[Gnucash-changes] Remove the borken xaccGUIDType

Linas Vepstas linas at cvs.gnucash.org
Mon May 31 18:15:17 EDT 2004


Log Message:
-----------
Remove the borken xaccGUIDType

Modified Files:
--------------
    gnucash/src/engine:
        GNCId.h

Revision Data
-------------
Index: GNCId.h
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/GNCId.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -Lsrc/engine/GNCId.h -Lsrc/engine/GNCId.h -u -r1.30 -r1.31
--- src/engine/GNCId.h
+++ src/engine/GNCId.h
@@ -1,13 +1,6 @@
 
 #include "qofid.h"
 
-/* Return the type of an identifier.
- * Equivalent function prototype:
- * QofIdType xaccGUIDType (const GUID * guid, QofBook *book); 
- */
-
-#define xaccGUIDType(obj,book)  (QOF_ENTITY(obj)->e_type)
-
 /* Equivalent function prototype:
  * void xaccGUIDNew (GUID *guid, QofBook *book)
  */
@@ -15,7 +8,6 @@
       qof_entity_guid_new (qof_book_get_entity_table (book), (guid))
                                                                                 
 
-
 		#define xaccGUIDNULL guid_null
 		#define xaccGUIDMalloc guid_malloc
 		#define xaccGUIDFree guid_free


More information about the gnucash-changes mailing list