aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/bundled/Base/GemVersion.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/gridflow/bundled/Base/GemVersion.h')
-rw-r--r--externals/gridflow/bundled/Base/GemVersion.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/externals/gridflow/bundled/Base/GemVersion.h b/externals/gridflow/bundled/Base/GemVersion.h
deleted file mode 100644
index 926407f0..00000000
--- a/externals/gridflow/bundled/Base/GemVersion.h
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef GEM_VERSION_H
-#define GEM_VERSION_H
-
-#define GEM_VERSION_MAJOR 0
-#define GEM_VERSION_MINOR 91
-#define GEM_VERSION_BUGFIX 0
-#define GEM_VERSION_CODENAME "'tigital'"
-
-
-#define STRINGIFY2(x) #x
-#define STRINGIFY(x) STRINGIFY2(x)
-
-static const char *GEM_VERSION = \
- "" STRINGIFY(GEM_VERSION_MAJOR) \
- "." STRINGIFY(GEM_VERSION_MINOR) \
- "." STRINGIFY(GEM_VERSION_BUGFIX) \
- " " GEM_VERSION_CODENAME;
-
-
-static const char *GEM_MAINTAINER = "IOhannes m zmoelnig";
-
-static const char *GEM_AUTHORS[] = {
- "Chris Clepper",
- "James Tittle",
- "IOhannes m zmoelnig"};
-
-static const char* GEM_OTHERAUTHORS =
- "Guenter Geiger, Daniel Heckenberg, Cyrille Henry, et al.";
-#endif
-