commit cd5076feccedd13787efa58955744da8803fc24e
parent c385a933fb639a8b7f20dd016deb5d74a02abb4f
Author: Frederic Cambus <fred@statdns.com>
Date: Sat, 16 Jan 2016 18:11:12 +0100
Removed prototype for 'str_replace' which has been pruned
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/ansilove.h b/src/ansilove.h
@@ -32,9 +32,6 @@ void alDrawChar(gdImagePtr im, const unsigned char *font_data, int32_t int_bits,
int32_t font_size_y, int32_t position_x, int32_t position_y,
int32_t color_background, int32_t color_foreground, unsigned char character);
-// helper functions
-char *str_replace(const char *string, const char *substr, const char *replacement);
-
// character structures
struct pcbChar {
int32_t position_x;