summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/version.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-31 05:51:10 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-31 06:29:16 -0700
commitb57dddb1a14cf0a7abb1b4cd2f01f3dd6cb84509 (patch)
tree58f3e7f676e8009235bfaa29786385df85c803d4 /crawl-ref/source/version.h
parentf3e85be18aeba71bb43cd2291faffcee188e141d (diff)
downloadcrawl-ref-b57dddb1a14cf0a7abb1b4cd2f01f3dd6cb84509.tar.gz
crawl-ref-b57dddb1a14cf0a7abb1b4cd2f01f3dd6cb84509.zip
version.cc: combine CFLAGS_L and CFLAGS
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/version.h')
-rw-r--r--crawl-ref/source/version.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/version.h b/crawl-ref/source/version.h
index 08c4ed6100..172a1c54cd 100644
--- a/crawl-ref/source/version.h
+++ b/crawl-ref/source/version.h
@@ -122,12 +122,6 @@ namespace Version
*/
std::string CFLAGS();
- //! The CFLAGS_L.
- /*!
- * Returns the CFLAGS_L the executable was compiled with.
- */
- std::string CFLAGS_L();
-
//! The LDFLAGS.
/*!
* Returns the flags the executable was linked with.