summaryrefslogtreecommitdiffstats
path: root/src/reflist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflist.cpp')
-rw-r--r--src/reflist.cpp14
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;
-//}
-
-