From 68037c4d220302a9f7ab250b3a220a5f64217244 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 4 May 2014 18:54:13 +0200 Subject: strip unneded parts from giblib, part 1 Not all functions were examined yet. Also TODO: * check strdup / malloc calls (some are apparently unchecked in giblib), maybe use estrdup / emalloc for those * Check includes and update dependency list if needed --- src/gib_style.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/gib_style.h') diff --git a/src/gib_style.h b/src/gib_style.h index ed7920a..d54e2d4 100644 --- a/src/gib_style.h +++ b/src/gib_style.h @@ -56,11 +56,10 @@ gib_style_bit *gib_style_bit_new(int x_offset, int y_offset, int r, int g, int b gib_style *gib_style_new(char *name); void gib_style_bit_free(gib_style_bit *s); void gib_style_free(gib_style *s); +/* gib_style *gib_style_dup(gib_style *s); void gib_dup_style_bit(void **dest, void *data); -gib_style *gib_style_new_from_ascii(char *file); -void gib_style_save_ascii(gib_style * style, char *file); -gib_style *gib_style_new_from_ascii(char *file); +*/ #ifdef __cplusplus } -- cgit v1.2.3