]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/type.h
(no commit message)
[imagemagick] / MagickCore / type.h
index 9076e8eb19c2201849805f1d9c63555ffae4c451..f2563f5b9d6e3ca1d2b2855a2dc55b0278d67f90 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
@@ -84,8 +84,7 @@ extern MagickExport char
   **GetTypeList(const char *,size_t *,ExceptionInfo *);
 
 extern MagickExport MagickBooleanType
-  ListTypeInfo(FILE *,ExceptionInfo *),
-  TypeComponentGenesis(void);
+  ListTypeInfo(FILE *,ExceptionInfo *);
 
 extern MagickExport const TypeInfo
   *GetTypeInfo(const char *,ExceptionInfo *),
@@ -93,9 +92,6 @@ extern MagickExport const TypeInfo
     const size_t,ExceptionInfo *),
   **GetTypeInfoList(const char *,size_t *,ExceptionInfo *);
 
-MagickExport void
-  TypeComponentTerminus(void);
-
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif