diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-05-14 19:55:59 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-05-14 19:55:59 (GMT) |
commit | 20bd371f722f95bdf9da2d5c27753af4d38e7b6f (patch) | |
tree | d211455e0cef95445694e7630c63dd0e90d3f3a5 /src/reflist.cpp | |
parent | ea4b32cb910635a50467b02f36b5521337451cf0 (diff) | |
download | Doxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.zip Doxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.tar.gz Doxygen-20bd371f722f95bdf9da2d5c27753af4d38e7b6f.tar.bz2 |
Release-1.3-20030514
Diffstat (limited to 'src/reflist.cpp')
-rw-r--r-- | src/reflist.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/reflist.cpp b/src/reflist.cpp index 5293f4e..af5a6b3 100644 --- a/src/reflist.cpp +++ b/src/reflist.cpp @@ -32,10 +32,8 @@ RefList::RefList(const char *listName, m_dictIterator = 0; m_id = 0; m_listName = listName; - //m_optionName = optionName; m_pageTitle = pageTitle; m_secTitle = secTitle; - /*m_type = type;*/ } /*! Destroy the todo list. Currently not called! */ @@ -95,11 +93,6 @@ QCString RefList::listName() const return m_listName; } -//QCString RefList::optionName() const -//{ -// return m_optionName; -//} - QCString RefList::pageTitle() const { return m_pageTitle; @@ -110,10 +103,3 @@ QCString RefList::sectionTitle() const return m_secTitle; } - -//BaseOutputDocInterface::SectionTypes RefList::sectionType() const -//{ -// return m_type; -//} - - |