diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-07-28 20:14:48 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-07-28 20:14:48 (GMT) |
commit | adac91e9a353095c3bae4b580d27b7cfd8617493 (patch) | |
tree | eb4c65d3676c6ecd00dc532bcb6420f9eb71aa32 /src/reflist.cpp | |
parent | b860a5cc743f3297002876b58d4db5e504f4294d (diff) | |
download | Doxygen-adac91e9a353095c3bae4b580d27b7cfd8617493.zip Doxygen-adac91e9a353095c3bae4b580d27b7cfd8617493.tar.gz Doxygen-adac91e9a353095c3bae4b580d27b7cfd8617493.tar.bz2 |
Release-1.2.17-20020728
Diffstat (limited to 'src/reflist.cpp')
-rw-r--r-- | src/reflist.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/reflist.cpp b/src/reflist.cpp index 9d23e04..7d49575 100644 --- a/src/reflist.cpp +++ b/src/reflist.cpp @@ -18,15 +18,6 @@ #include "reflist.h" -#if 0 -/*! The one and only todo list */ -RefList todoList; -/*! The test criteria list */ -RefList testList; -/*! The bug list */ -RefList bugList; -#endif - /*! Create a list of items that are cross referenced with documentation blocks * @param listName String representing the name of the list. * @param optionName String representation of the option enabling the list. |