Remove unnecessary calls to gfxWaitForVsync

This commit is contained in:
fincs 2018-09-09 17:25:47 +02:00
parent 8ebbb5fdec
commit 012423e429
20 changed files with 0 additions and 20 deletions

View File

@ -84,7 +84,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -80,7 +80,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -132,7 +132,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
// Stop audio capture.

View File

@ -187,7 +187,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
// Stop audio playback.

View File

@ -57,7 +57,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
romfsExit();

View File

@ -138,7 +138,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -44,7 +44,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -27,7 +27,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -75,7 +75,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -181,7 +181,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
if (faceret==0) FT_Done_Face(face);

View File

@ -64,7 +64,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -113,7 +113,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
irsStopImageProcessor(irhandle);

View File

@ -83,7 +83,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -54,7 +54,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -92,7 +92,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -60,7 +60,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -64,7 +64,6 @@ int main(int argc, char **argv) {
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
socketExit();

View File

@ -60,7 +60,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
setExit();

View File

@ -25,7 +25,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();

View File

@ -43,7 +43,6 @@ int main(int argc, char **argv)
gfxFlushBuffers();
gfxSwapBuffers();
gfxWaitForVsync();
}
gfxExit();