Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mjn-mixael committed Jan 5, 2024
1 parent f4a3903 commit 2660799
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions code/graphics/2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1754,17 +1754,6 @@ bool gr_init(std::unique_ptr<os::GraphicsOperations>&& graphicsOps, int d_mode,
return true;
}

void gr_force_windowed()
{
if ( !Gr_inited ) {
return;
}

if ( Os_debugger_running ) {
os_sleep(1000);
}
}

int gr_activated = 0;
void gr_activate(int active)
{
Expand Down

0 comments on commit 2660799

Please sign in to comment.