Removal of some ghosts

Removal of some more old Codablock-F code and some depreciated functions from the API.
This commit is contained in:
Robin Stuart 2010-06-17 21:34:58 +01:00
parent 81b4902c95
commit e32561cb34
5 changed files with 7 additions and 61 deletions

View file

@ -217,10 +217,6 @@ ZINT_EXTERN int ZBarcode_Encode_File_and_Buffer(struct zint_symbol *symbol, char
ZINT_EXTERN int ZBarcode_ValidID(int symbol_id);
/* Depreciated */
ZINT_EXTERN int ZBarcode_Print_Rotated(struct zint_symbol *symbol, int rotate_angle);
ZINT_EXTERN int ZBarcode_Encode_and_Print_Rotated(struct zint_symbol *symbol, unsigned char *input, int rotate_angle);
#ifdef __cplusplus
}
#endif /* __cplusplus */