diff options
Diffstat (limited to 'gst/goom/graphic.h')
-rw-r--r-- | gst/goom/graphic.h | 3 |
1 files changed, 0 insertions, 3 deletions
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*/ |