diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-14 22:21:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-14 22:21:54 (GMT) |
commit | 2521c4084c06f078846fe06bb1d3cd7bfa506316 (patch) | |
tree | 466b9213c163d812778434bba2097705b423e799 /hl/src/H5IMpublic.h | |
parent | 3468ff3a5c4f6c384801edef9ae52ecc4f2de3c5 (diff) | |
download | hdf5-2521c4084c06f078846fe06bb1d3cd7bfa506316.zip hdf5-2521c4084c06f078846fe06bb1d3cd7bfa506316.tar.gz hdf5-2521c4084c06f078846fe06bb1d3cd7bfa506316.tar.bz2 |
[svn-r12254] Purpose:
Anti-feature
Description:
Revert changes to H5G_stat_t struct, to make it compatible with the 1.6.x
branch again. The information that was added to the H5G_stat_t struct will
be reported through other API routines.
Platforms tested:
FreeBSD 4.11 (sleipnir) w/C++
Linux 2.4/64 (mir) w/C++ & Fortran
Solaris 2.9 (shanti)
Diffstat (limited to 'hl/src/H5IMpublic.h')
-rw-r--r-- | hl/src/H5IMpublic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hl/src/H5IMpublic.h b/hl/src/H5IMpublic.h index a14f2f2..6b44168 100644 --- a/hl/src/H5IMpublic.h +++ b/hl/src/H5IMpublic.h @@ -79,10 +79,6 @@ H5_HLDLL herr_t H5IMis_image( hid_t loc_id, H5_HLDLL herr_t H5IMis_palette( hid_t loc_id, const char *dset_name ); -H5_HLDLL herr_t H5IM_find_palette(hid_t loc_id ); - - - #ifdef __cplusplus } #endif |