Skip to content

Commit

Permalink
Remove unused function definitions (already defined in v_video.h)
Browse files Browse the repository at this point in the history
  • Loading branch information
viti95 committed Dec 3, 2020
1 parent d75ffac commit 4ba8c20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions am_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,6 @@ static boolean stopped = true;

extern boolean viewactive;

void V_MarkRect(int x,
int y,
int width,
int height);

//
//
//
Expand Down
5 changes: 0 additions & 5 deletions r_draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1114,11 +1114,6 @@ void R_VideoErase(unsigned ofs,
// Draws the border around the view
// for different size windows?
//
void V_MarkRect(int x,
int y,
int width,
int height);

void R_DrawViewBorder(void)
{
int top;
Expand Down

0 comments on commit 4ba8c20

Please sign in to comment.