From 48457fdfecd6d07cf9b8d1295947c48a50153957 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 18 Jul 2010 12:53:43 +0000 Subject: [PATCH] Less compile errors please. git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3560 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_vidmacos.c | 9 --------- engine/gl/gl_vidmorphos.c | 25 ------------------------- engine/gl/gl_vidnull.c | 17 ----------------- 3 files changed, 51 deletions(-) diff --git a/engine/gl/gl_vidmacos.c b/engine/gl/gl_vidmacos.c index 616994c9..8bbf4af2 100644 --- a/engine/gl/gl_vidmacos.c +++ b/engine/gl/gl_vidmacos.c @@ -122,15 +122,6 @@ void GL_DoSwap(void) { } -void GLVID_ForceLockState(int i) -{ -} - -int GLVID_ForceUnlockedAndReturnState(void) -{ - return 0; -} - void GLVID_SetPalette (unsigned char *palette) { qbyte *pal; diff --git a/engine/gl/gl_vidmorphos.c b/engine/gl/gl_vidmorphos.c index c7c2aa52..10e87324 100644 --- a/engine/gl/gl_vidmorphos.c +++ b/engine/gl/gl_vidmorphos.c @@ -638,31 +638,6 @@ void GLVID_ShiftPalette (unsigned char *palette) } } -void GLD_BeginDirectRect (int x, int y, qbyte *pbitmap, int width, int height) -{ -} - -void GLD_EndDirectRect (int x, int y, int width, int height) -{ -} - -void GLVID_UnlockBuffer(void) -{ -} - -void GLVID_LockBuffer(void) -{ -} - -int GLVID_ForceUnlockedAndReturnState (void) -{ - return 0; -} - -void GLVID_ForceLockState (int lk) -{ -} - void Sys_SendKeyEvents(void) { } diff --git a/engine/gl/gl_vidnull.c b/engine/gl/gl_vidnull.c index faa2364a..3b170bea 100644 --- a/engine/gl/gl_vidnull.c +++ b/engine/gl/gl_vidnull.c @@ -45,23 +45,6 @@ void GL_DoSwap(void) { } -void GLVID_LockBuffer (void) -{ -} - -void GLVID_UnlockBuffer (void) -{ -} - -int GLVID_ForceUnlockedAndReturnState (void) -{ - return 0; -} - -void GLVID_ForceLockState (int lk) -{ -} - void GLVID_SetCaption(char *text) { }