aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-28 14:04:09 +1300
committerDavid <dbphillipsnz@gmail.com>2014-09-28 14:04:09 +1300
commita38508db1e68bc8b6391c8d688b8e3636463b1be (patch)
tree081eab3d577a6bf43da42df3ab976b87e6b9299c /common.h
parent1c62e5b82cda581162b2a84e17d7ab551b573219 (diff)
downloadparamano-a38508db1e68bc8b6391c8d688b8e3636463b1be.tar.xz
Removed unused function
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index d8af81f..06dd072 100644
--- a/common.h
+++ b/common.h
@@ -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