diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-06-16 17:08:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-06-16 17:08:20 (GMT) |
commit | fcaf572430a8eda3f6519bd21311ef7a8e3c3c1f (patch) | |
tree | b316114e1acd9fb6044d5a5cdf23579e5947124a /src/H5Ppublic.h | |
parent | 7a50d822778f339e14b355aedd4aeafac03704b9 (diff) | |
download | hdf5-fcaf572430a8eda3f6519bd21311ef7a8e3c3c1f.zip hdf5-fcaf572430a8eda3f6519bd21311ef7a8e3c3c1f.tar.gz hdf5-fcaf572430a8eda3f6519bd21311ef7a8e3c3c1f.tar.bz2 |
[svn-r4011] Purpose:
Code fix
Description:
Unresolved references to the image code were left behind when it was removed
from the library..
Solution:
Finished taking out the image stuff...
Platforms tested:
FreeBSD 4.3 (hawkwind)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 1d3ead2..ebaeb31 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -38,9 +38,7 @@ typedef enum H5P_class_t { H5P_DATASET_CREATE = 2, /*dataset creation properties */ H5P_DATASET_XFER = 3, /*data transfer properties */ H5P_MOUNT = 4, /*file mounting properties */ - H5P_IMAGE = 5, /*image properties */ - H5P_PALETTE = 6, /*palette properties */ - H5P_NCLASSES = 7 /*this must be last! */ + H5P_NCLASSES /*this must be last! */ } H5P_class_t; /* H5P_DATASET_XFER was the name from the beginning through 1.2. It was |