diff options
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/version.h b/version.h deleted file mode 100644 index bc0aac00d..000000000 --- a/version.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef VERSION_H -#define VERSION_H - -#ifdef __cplusplus -extern "C" { -#endif - -const char *subsurface_version(void); -const char *subsurface_git_version(void); -const char *subsurface_canonical_version(void); - -#ifdef __cplusplus -} -#endif - -#endif |