]> git.rm.cloudns.org Git - xonotic/netradiant.git/commitdiff
tools: remove useless comments from cmdlib.h
authoruis <uis9936@gmail.com>
Fri, 16 Aug 2024 02:11:53 +0000 (05:11 +0300)
committeruis <uis9936@gmail.com>
Fri, 16 Aug 2024 02:11:53 +0000 (05:11 +0300)
tools/heretic2/common/cmdlib.h
tools/quake2/common/cmdlib.h

index b9c7de939517a39debc1053bf7ccfb9e122a2a58..711e2b9e4729d77a57010560f0c11d3dc9146c90 100644 (file)
 #define MAX_OS_PATH     1024
 #endif
 #define MEM_BLOCKSIZE 4096
-/*
-   extern      qboolean verbose;
-   #define SYS_VRB 0 // verbose support (on/off)
-   #define SYS_STD 1 // standard print level
-   #define SYS_WRN 2 // warnings
-   #define SYS_ERR 3 // error
- */
+
 // the dec offsetof macro doesnt work very well...
 #define myoffsetof( type,identifier ) ( (size_t)& ( (type *)0 )->identifier )
 
@@ -134,11 +128,7 @@ void    ExtractFileBase( const char *path, char *dest );
 void    ExtractFileExtension( const char *path, char *dest );
 
 int     ParseNum( const char *str );
-/*
-   void Sys_Printf (const char *text, ...);
-   void Sys_FPrintf (int flag, const char *text, ...);
-   void        Error( const char *error, ... );
- */
+
 short   BigShort( short l );
 short   LittleShort( short l );
 int     BigLong( int l );
index 3dbf9682f51aedf55271b2a15b927974469b564c..1ab2951247b97dcd222d24a4ba1ee38e0868e63c 100644 (file)
@@ -59,14 +59,6 @@ typedef unsigned char byte;
 #endif
 #define MEM_BLOCKSIZE 4096
 
-/*
-   extern      qboolean verbose;
-   #define SYS_VRB 0 // verbose support (on/off)
-   #define SYS_STD 1 // standard print level
-   #define SYS_WRN 2 // warnings
-   #define SYS_ERR 3 // error
- */
-
 // the dec offsetof macro doesnt work very well...
 #define myoffsetof( type,identifier ) ( (size_t)& ( (type *)0 )->identifier )
 
@@ -131,10 +123,6 @@ void    ExtractFileExtension( const char *path, char *dest );
 
 int     ParseNum( const char *str );
 
-//void Sys_Printf (const char *text, ...);
-//void Sys_FPrintf (int flag, const char *text, ...);
-//void Error( const char *error, ... );
-
 short   BigShort( short l );
 short   LittleShort( short l );
 int     BigLong( int l );