diff options
author | David <dbphillipsnz@gmail.com> | 2014-09-28 14:04:09 +1300 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-09-28 14:04:09 +1300 |
commit | 9d6931a2700d792cf0d8cb7a3c5e85e576ec9b04 (patch) | |
tree | 081eab3d577a6bf43da42df3ab976b87e6b9299c /common.h | |
parent | 73e1cc97462d7c2e950504e639c965ccb67895c8 (diff) | |
download | paramano-9d6931a2700d792cf0d8cb7a3c5e85e576ec9b04.tar.xz |
Removed unused function
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ int get_int_value_from_file(const char* filename); int get_int(const char* string); bool file_has_line(const char *filename, const char *line); FILE* check_for_file(char* path); -void chomp(char* string); // <ew> Stringification of line number #define STRING2(x) #x |