summaryrefslogtreecommitdiff
path: root/src/ui/ui_shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_shared.c')
-rw-r--r--src/ui/ui_shared.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/ui/ui_shared.c b/src/ui/ui_shared.c
index 3b566a7..7a47413 100644
--- a/src/ui/ui_shared.c
+++ b/src/ui/ui_shared.c
@@ -8079,19 +8079,3 @@ static qboolean Menu_OverActiveItem( menuDef_t *menu, float x, float y )
return qfalse;
}
-
-
-/*
-NOTE: conflicts with the not yet ported cgame
-
-void trap_R_SetClipRegion( const float *region )
-{
- // syscall missing in 1.1
-}
-*/
-
-qboolean trap_GetNews( qboolean force )
-{
- // syscall missing in 1.1
- return qfalse;
-}