Skip to content

Commit 0bbd2a3

Browse files
committed
- delete unused stuff
1 parent 66d4556 commit 0bbd2a3

2 files changed

Lines changed: 0 additions & 21 deletions

File tree

src_rebuild/Game/C/pause.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ MENU_HEADER DebugJustForFunHeader =
259259
MENU_ITEM DebugOptionsItems[] =
260260
{
261261
#ifdef CUTSCENE_RECORDER
262-
//{ gCutsceneRecorderPauseText, 5u, 2u, (pauseFunc)&NextCutsceneRecorderPlayer, MENU_QUIT_NONE, NULL },
263262
{ gCurrentChasePauseText, 5u, 2u, (pauseFunc)&CutRec_NextChase, MENU_QUIT_NONE, NULL },
264263
#endif
265264
{ "Display position", PAUSE_TYPE_FUNC, 2, SetDisplayPosition, MENU_QUIT_NONE, NULL},

src_rebuild/Game/engine/mdl.h

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -160,26 +160,6 @@ struct MODEL
160160
int normals;
161161
int point_normals;
162162
int collision_block;
163-
164-
SVECTOR* pVertex(int i) const
165-
{
166-
return (SVECTOR *)(((u_char *)this) + vertices) + i;
167-
}
168-
169-
SVECTOR* pNormal(int i) const
170-
{
171-
return (SVECTOR *)(((u_char *)this) + point_normals) + i;
172-
}
173-
174-
COLLISION_PACKET* pCollisionPacket(int i) const
175-
{
176-
return (COLLISION_PACKET *)(((u_char *)this) + collision_block) + i;
177-
}
178-
179-
char* pPolyAt(int ofs) const
180-
{
181-
return (char *)(((u_char *)this) + poly_block + ofs);
182-
}
183163
};
184164

185165

0 commit comments

Comments
 (0)