From: Thomas Debesse Date: Mon, 22 Feb 2021 22:00:22 +0000 (+0100) Subject: q3map2: remove a duplicate probably introduced by some merge conflict X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=aa4bc3893f6c0c360c91896eba46631e53b2f0d1;p=xonotic%2Fnetradiant.git q3map2: remove a duplicate probably introduced by some merge conflict --- 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 );