From a72e695a1e3721fb9b7fcbe7c6bcb036cf4c2567 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 22 Nov 2005 22:35:57 +0000 Subject: Fix for #321430: unresolved symbols due to incorrect linkage on inline functions in goom. Original commit message from CVS: Fix for #321430: unresolved symbols due to incorrect linkage on inline functions in goom. Does not, however, fix the general crackheadedness of goom (global variables, oh my!); this should be moved to -bad. --- gst/goom/graphic.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gst/goom/graphic.h') diff --git a/gst/goom/graphic.h b/gst/goom/graphic.h index 67503900..4154d7fd 100644 --- a/gst/goom/graphic.h +++ b/gst/goom/graphic.h @@ -20,7 +20,4 @@ extern const Color YELLOW; extern const Color ORANGE; extern const Color VIOLET; -extern inline void setPixelRGB (Uint *buffer, Uint x, Uint y, Color c) ; -extern inline void getPixelRGB (Uint *buffer, Uint x, Uint y, Color *c) ; - #endif /*GRAPHIC_H*/ -- cgit