diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-06-30 18:58:53 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-06-30 18:58:53 (GMT) |
commit | 977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4 (patch) | |
tree | 0b5acf9f52c1beacbf70e4bd2060a1b7d4d832b7 /src/outputlist.h | |
parent | 54bcd31ff103383c6c75ed87b00f846ec29b8040 (diff) | |
download | Doxygen-977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4.zip Doxygen-977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4.tar.gz Doxygen-977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4.tar.bz2 |
Release-1.2.16-20020630
Diffstat (limited to 'src/outputlist.h')
-rw-r--r-- | src/outputlist.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/outputlist.h b/src/outputlist.h index 79f02d3..0a2beb4 100644 --- a/src/outputlist.h +++ b/src/outputlist.h @@ -327,10 +327,6 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::startMemberDescription); } void endMemberDescription() { forall(&OutputGenerator::endMemberDescription); } - void startDescList(SectionTypes t) - { forall(&OutputGenerator::startDescList,t); } - void endDescList() - { forall(&OutputGenerator::endDescList); } void startSimpleSect(SectionTypes t,const char *file,const char *anchor, const char *title) { forall(&OutputGenerator::startSimpleSect,t,file,anchor,title); } |