[client] removed useless delay functions

This commit is contained in:
Geoffrey McRae
2017-12-06 21:32:22 +11:00
parent e1a566bcad
commit 01d4d52355
4 changed files with 0 additions and 96 deletions

View File

@@ -35,7 +35,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <GL/glu.h>
#include "debug.h"
#include "delay.h"
#include "memcpySSE.h"
#include "KVMFR.h"
#include "ivshmem/ivshmem.h"
@@ -671,8 +670,6 @@ int run()
state.scaleX = 1.0f;
state.scaleY = 1.0f;
delay_calibrate();
if (SDL_Init(SDL_INIT_VIDEO) < 0)
{
DEBUG_ERROR("SDL_Init Failed");