summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-24 12:41:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-24 12:42:01 +0200
commit0ce9a16b0c21db203b44c7542c05d51e7e44de03 (patch)
tree3186a97586f556b993bffab73534c99836dd7bcc
parente2013e86594fe49fa1839ddb85fb3eb09bfe6998 (diff)
Dead code
Change-Id: Ia0b14d879e0ab22ff2fdeb09af836df4aed82ffb
-rw-r--r--include/codemaker/options.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/codemaker/options.hxx b/include/codemaker/options.hxx
index 4a33e280ca69..2290d83a5bc0 100644
--- a/include/codemaker/options.hxx
+++ b/include/codemaker/options.hxx
@@ -59,8 +59,6 @@ public:
const StringVector& getInputFiles();
- inline sal_uInt16 getNumberOfExtraInputFiles() const
- { return (sal_uInt16)m_extra_input_files.size(); }
inline const StringVector& getExtraInputFiles() const
{ return m_extra_input_files; }
protected: