remove dead code

This commit is contained in:
Axel Kohlmeyer
2022-07-25 11:48:21 -04:00
parent f736248efb
commit 7b54b974d3

View File

@ -127,11 +127,6 @@ class DumpCustom : public Dump {
void header_item(bigint);
void header_item_triclinic(bigint);
typedef int (DumpCustom::*FnPtrConvert)(int, double *);
FnPtrConvert convert_choice; // ptr to convert data functions
int convert_image(int, double *);
int convert_noimage(int, double *);
typedef void (DumpCustom::*FnPtrWrite)(int, double *);
FnPtrWrite write_choice; // ptr to write data functions
void write_binary(int, double *);