Skip to content

Commit

Permalink
remove uncommtend code
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Pollind <mpollind@gmail.com>
  • Loading branch information
pollend committed Feb 19, 2024
1 parent 745b990 commit ea96175
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions source/ref_base/r_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ typedef struct
void ( *CIN_Reset )( struct cinematics_s *cin, unsigned int cur_time );
void ( *CIN_Close )( struct cinematics_s *cin );

//struct mempool_s *( *Mem_AllocPool )( struct mempool_s *parent, const char *name, const char *filename, int fileline );
//void ( *Mem_FreePool )( struct mempool_s **pool, const char *filename, int fileline );
//void ( *Mem_EmptyPool )( struct mempool_s *pool, const char *filename, int fileline );
//void *( *Mem_AllocExt )( struct mempool_s *pool, size_t size, size_t alignment, int z, const char *filename, int fileline );
//void ( *Mem_Free )( void *data, const char *filename, int fileline );
//void *( *Mem_Realloc )( void *data, size_t size, const char *filename, int fileline );
//size_t ( *Mem_PoolTotalSize )( struct mempool_s *pool );

// multithreading
struct qthread_s *( *Thread_Create )( void *(*routine) (void*), void *param );
void ( *Thread_Join )( struct qthread_s *thread );
Expand Down

0 comments on commit ea96175

Please sign in to comment.