diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-05-14 19:55:59 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-05-14 19:55:59 (GMT) |
commit | 64200b5e975b19f38f9a68569b98c6f53e6fe4d9 (patch) | |
tree | d211455e0cef95445694e7630c63dd0e90d3f3a5 /src/reflist.cpp | |
parent | a9f41d99f3651cd66850e9020bc3af7cb559306e (diff) | |
download | Doxygen-64200b5e975b19f38f9a68569b98c6f53e6fe4d9.zip Doxygen-64200b5e975b19f38f9a68569b98c6f53e6fe4d9.tar.gz Doxygen-64200b5e975b19f38f9a68569b98c6f53e6fe4d9.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; -//} - - |