From f60da508aa6e45232dbb1ae2831c4a45479d168e Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Mon, 29 Aug 2011 18:22:00 -0300 Subject: Revert "Implement getTypeIndex function for types no generated types and primitive types." This commit broke the macosx build of PySide. This reverts commit e9758a01f15bc53de8e03b77ec8beb5673b1b1af. --- typedatabase.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'typedatabase.h') diff --git a/typedatabase.h b/typedatabase.h index 229da082a..8c735c1c1 100644 --- a/typedatabase.h +++ b/typedatabase.h @@ -30,9 +30,7 @@ APIEXTRACTOR_API void setTypeRevision(TypeEntry* typeEntry, int revision); APIEXTRACTOR_API int getTypeRevision(const TypeEntry* typeEntry); APIEXTRACTOR_API int getTypeIndex(const TypeEntry* typeEntry); -APIEXTRACTOR_API APIEXTRACTOR_DEPRECATED(int getMaxTypeIndex()); -APIEXTRACTOR_API int getMaxTypeIndex(const QString& packageName); -APIEXTRACTOR_API int getMaxPrimitiveTypeIndex(const QString& packageName); +APIEXTRACTOR_API int getMaxTypeIndex(); class ContainerTypeEntry; class PrimitiveTypeEntry; -- cgit v1.2.3