From b57dddb1a14cf0a7abb1b4cd2f01f3dd6cb84509 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sat, 31 Oct 2009 05:51:10 -0700 Subject: version.cc: combine CFLAGS_L and CFLAGS Signed-off-by: Steven Noonan --- crawl-ref/source/version.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'crawl-ref/source/version.h') 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. -- cgit v1.2.3-54-g00ecf