X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.c;h=f71693c0f73b5e0198b7655157b0fe8d3cf24076;hp=f48ca3898f9f96ce7776677e3233e3b5658be3f3;hb=e51177796149f37de339bda83558c3c49758be93;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d diff --git a/src/game_sp/vb_lib.c b/src/game_sp/vb_lib.c index f48ca389..f71693c0 100644 --- a/src/game_sp/vb_lib.c +++ b/src/game_sp/vb_lib.c @@ -9,6 +9,7 @@ /* helper functions for constructs not supported by C */ +#if 0 void *REDIM_1D(int data_size, int first_data_pos, int last_data_pos) { /* for a buffer of n elements, first_data_pos is 0 and last_data_pos is n-1 */ @@ -20,6 +21,7 @@ void *REDIM_1D(int data_size, int first_data_pos, int last_data_pos) return (checked_calloc(buffer_size) - buffer_start); } +#endif long MyGetTickCount() {