diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-06 11:38:17 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:18 +0200 |
commit | 5502be9695b67b094d581d108dc9ebddc161cc60 (patch) | |
tree | 9e1024074e11d9fd318689a46afac0e03103415a /autodoc/inc | |
parent | 397a11f68e0c73c76729e03aa5cbc48922b13473 (diff) |
Remove commented out code
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
Diffstat (limited to 'autodoc/inc')
-rw-r--r-- | autodoc/inc/autodoc/displaying.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/autodoc/inc/autodoc/displaying.hxx b/autodoc/inc/autodoc/displaying.hxx index 51d310c94eb0..a42f9af84451 100644 --- a/autodoc/inc/autodoc/displaying.hxx +++ b/autodoc/inc/autodoc/displaying.hxx @@ -33,8 +33,6 @@ namespace autodoc class HtmlDisplay_Idl_Ifc; -// class TextDisplay_FunctionList_Ifc; - /** Interface for parsing code of a programming language and delivering the information into an Autodoc Repository. @@ -46,9 +44,6 @@ class DisplayToolsFactory_Ifc static DisplayToolsFactory_Ifc & GetIt_(); -// virtual DYN autodoc::TextDisplay_FunctionList_Ifc * -// Create_TextDisplay_FunctionList() const = 0; - virtual DYN autodoc::HtmlDisplay_Idl_Ifc * Create_HtmlDisplay_Idl() const = 0; |