diff options
Diffstat (limited to 'common/strutils.h')
| -rw-r--r-- | common/strutils.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/strutils.h b/common/strutils.h index 7fed4c5..791d387 100644 --- a/common/strutils.h +++ b/common/strutils.h @@ -24,15 +24,6 @@ extern "C" { #endif - -#ifdef __VERBOSE_DEBUG - #define log(msg...) g_print(msg) -#else - #define log(msg...) { } -#endif - - - /* path manipulating functions, all return newly allocated string */ char * include_trailing_path_sep (const char *APath); char * exclude_trailing_path_sep (const char *APath); |
