remove unused markers
This commit is contained in:
parent
e11aede11a
commit
623163ae9c
|
|
@ -242,9 +242,9 @@ int DDSDecompress( ddsBuffer_t *dds, unsigned char *pixels )
|
|||
|
||||
|
||||
|
||||
/* end marker */
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/* end marker */
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -37,11 +37,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define DDSLIB_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "ddslib.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -343,9 +343,9 @@ int PicoRemapModel( picoModel_t *model, char *remapFile
|
|||
|
||||
void PicoAddTriangleToModel( picoModel_t *model, picoVec3_t** xyz, picoVec3_t** normals, int numSTs, picoVec2_t **st, int numColors, const picoColor_t **colors, picoShader_t* shader, const char *name, picoIndex_t* smoothingGroup );
|
||||
|
||||
/* end marker */
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/* end marker */
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -34,9 +34,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PICOINTERNAL_C
|
||||
|
||||
/* dependencies */
|
||||
#include <string.h>
|
||||
#include "picointernal.h"
|
||||
|
|
|
|||
|
|
@ -201,9 +201,9 @@ long _pico_memstream_tell( picoMemStream_t *s );
|
|||
#define _pico_memstream_eof( _pico_memstream ) ( ( _pico_memstream )->flag & PICO_IOEOF )
|
||||
#define _pico_memstream_error( _pico_memstream ) ( ( _pico_memstream )->flag & PICO_IOERR )
|
||||
|
||||
/* end marker */
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
/* end marker */
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -34,11 +34,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PICOMODEL_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "picointernal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -34,11 +34,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PICOMODULES_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "picointernal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -34,9 +34,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PM_3DS_C
|
||||
|
||||
/* dependencies */
|
||||
#include "picointernal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -33,9 +33,6 @@
|
|||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PM_ASE_C
|
||||
|
||||
/* uncomment when debugging this module */
|
||||
//#define DEBUG_PM_ASE
|
||||
//#define DEBUG_PM_ASE_EX
|
||||
|
|
|
|||
|
|
@ -36,9 +36,6 @@
|
|||
Nurail: Used pm_md3.c (Randy Reddig) as a template.
|
||||
*/
|
||||
|
||||
/* marker */
|
||||
#define PM_FM_C
|
||||
|
||||
/* dependencies */
|
||||
#include "pm_fm.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -32,9 +32,6 @@
|
|||
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
/* marker */
|
||||
#define PM_LWO_C
|
||||
|
||||
/* dependencies */
|
||||
#include "picointernal.h"
|
||||
#include "lwo/lwo2.h"
|
||||
|
|
|
|||
|
|
@ -37,9 +37,6 @@
|
|||
*/
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PM_MD2_C
|
||||
|
||||
/* dependencies */
|
||||
#include "picointernal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -34,11 +34,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PM_MD3_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "picointernal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -34,11 +34,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PM_MDC_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "picointernal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -34,9 +34,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PM_MS3D_C
|
||||
|
||||
/* dependencies */
|
||||
#include "picointernal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -34,9 +34,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PM_OBJ_C
|
||||
|
||||
/* dependencies */
|
||||
#include "picointernal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -34,11 +34,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PM_TERRAIN_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "picointernal.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -25,9 +25,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PATH_INIT_C
|
||||
|
||||
#if defined( __linux__ ) || defined( __APPLE__ )
|
||||
#define Q_UNIX
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,11 +20,6 @@
|
|||
*/
|
||||
|
||||
|
||||
/* marker */
|
||||
#define MAIN_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q2map.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -26,9 +26,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PATH_INIT_C
|
||||
|
||||
#if defined( __linux__ ) || defined( __APPLE__ )
|
||||
#define Q_UNIX
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define BRUSH_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define BRUSH_PRIMIT_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define BSP_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define BSPFILE_ABSTRACT_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define BSPFILE_IBSP_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define BSPFILE_RBSP_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define CONVERT_ASE_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
#include "convert_obj.h"
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define CONVERT_MAP_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define CONVERT_ASE_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define DECALS_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define EXPORTENTS_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define FACEBSP_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define FOG_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define IMAGE_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define LEAKFILE_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define LIGHT_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define LIGHT_BOUNCE_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define LIGHT_TRACE_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define LIGHT_YDNAR_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define LIGHTMAPS_YDNAR_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define MAP_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define MESH_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define MODEL_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PATCH_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PATH_INIT_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PORTALS_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define PRTFILE_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define SHADERS_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define SURFACE_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define SURFACE_EXTRA_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -27,11 +27,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define SURFACE_FOLIAGE_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define SURFACE_FUR_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define SURFACE_META_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define TJUNCTION_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define TREE_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define VIS_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define VISFLOW_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -28,11 +28,6 @@
|
|||
|
||||
|
||||
|
||||
/* marker */
|
||||
#define WRITEBSP_C
|
||||
|
||||
|
||||
|
||||
/* dependencies */
|
||||
#include "q3map2.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user