summaryrefslogtreecommitdiff
path: root/autodoc/source/inc/adc_cl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/inc/adc_cl.hxx')
-rw-r--r--autodoc/source/inc/adc_cl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/autodoc/source/inc/adc_cl.hxx b/autodoc/source/inc/adc_cl.hxx
index 07fff0a9d940..6e5e740a44bc 100644
--- a/autodoc/source/inc/adc_cl.hxx
+++ b/autodoc/source/inc/adc_cl.hxx
@@ -84,7 +84,6 @@ class CommandLine : public csv::CommandLine_Ifc
const String & ExternRoot() const { return sExternRoot; }
const String & ExternNamespace() const { return sExternNamespace; }
- bool CppUsed() const { return bCpp; }
bool IdlUsed() const { return bIdl; }
// ACCESS
@@ -98,7 +97,6 @@ class CommandLine : public csv::CommandLine_Ifc
{ sExternNamespace = i_s; }
ary::Repository & TheRepository() const { csv_assert(pReposy != 0);
return *pReposy; }
- void Set_CppUsed() { bCpp = true; }
void Set_IdlUsed() { bIdl = true; }
private:
@@ -157,7 +155,6 @@ class CommandLine : public csv::CommandLine_Ifc
mutable Dyn<ary::Repository>
pReposy;
- bool bCpp;
bool bIdl;
static CommandLine *