From 06006eb6930de74c577c87daf6a0f7917e22d578 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 23 Apr 2011 22:38:25 +0000 Subject: * Merge ioq3-r1946 --- src/qcommon/vm_local.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qcommon/vm_local.h') diff --git a/src/qcommon/vm_local.h b/src/qcommon/vm_local.h index e9c3f7cc..80430be0 100644 --- a/src/qcommon/vm_local.h +++ b/src/qcommon/vm_local.h @@ -169,8 +169,6 @@ struct vm_s { int breakFunction; // increment breakCount on function entry to this int breakCount; - char fqpath[MAX_QPATH+1] ; - byte *jumpTableTargets; int numJumpTableTargets; }; -- cgit