Skip to content

Commit

Permalink
Cleanup: Removed some dead and obsolete code related to vsync
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed May 7, 2012
1 parent d49d085 commit 659bba7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doomsday/engine/portable/src/r_main.c
Expand Up @@ -80,7 +80,6 @@ extern boolean firstFrameAfterLoad;
int validCount = 1; // Increment every time a check is made.
int frameCount; // Just for profiling purposes.
int rendInfoTris = 0;
int useVSync = 0;

// Precalculated math tables.
fixed_t* fineCosine = &finesine[FINEANGLES / 4];
Expand Down Expand Up @@ -126,8 +125,6 @@ void R_Register(void)
C_VAR_BYTE("rend-info-rendpolys", &rendInfoRPolys, CVF_NO_ARCHIVE, 0, 1);
C_VAR_INT("rend-info-tris", &rendInfoTris, 0, 0, 1);

// C_VAR_INT("rend-vsync", &useVSync, 0, 0, 1);

C_CMD("viewgrid", "ii", ViewGrid);

Materials_Register();
Expand Down

0 comments on commit 659bba7

Please sign in to comment.