From aa4bc3893f6c0c360c91896eba46631e53b2f0d1 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Mon, 22 Feb 2021 23:00:22 +0100 Subject: [PATCH] q3map2: remove a duplicate probably introduced by some merge conflict --- tools/quake3/q3map2/q3map2.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/quake3/q3map2/q3map2.h b/tools/quake3/q3map2/q3map2.h index a230dd00..f6296f1b 100644 --- a/tools/quake3/q3map2/q3map2.h +++ b/tools/quake3/q3map2/q3map2.h @@ -1868,11 +1868,6 @@ void ExportEntities( void ); int ExportEntitiesMain( int argc, char **argv ); -/* exportents.c */ -void ExportEntities( void ); -int ExportEntitiesMain( int argc, char **argv ); - - /* image.c */ void ImageFree( image_t *image ); image_t *ImageFind( const char *filename ); -- 2.39.2