Skip to content

Commit

Permalink
[cleanup] Remove some declarations without definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Jul 25, 2024
1 parent c62640f commit d98fe56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/video/intern_video.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
----------------------------------------------------------------------------*/

#include <SDL.h>
#include <vector>

/*----------------------------------------------------------------------------
-- Declarations
Expand All @@ -76,9 +75,6 @@ class ColorIndexRange

// Do one cycle
extern void ColorCycleSurface(SDL_Surface &surface);
/// Make OpenGL textures for color cycling
extern void LazilyMakeColorCyclingTextures(CGraphic *g, std::vector<ColorIndexRange> ranges);
extern void MakeColorCyclingTextures(CGraphic *g, int count);

/*----------------------------------------------------------------------------
-- Variables
Expand Down

0 comments on commit d98fe56

Please sign in to comment.