summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-09-30 15:25:14 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-09-30 15:25:14 (GMT)
commit00e00a1df00be67219a28aaa8d58e8a0991555eb (patch)
treec28047dda40b8133ff1326d80fcf662cc8065c7e /src/classdef.h
parent156b0bb68fc4104792afb27ee4ee466f3efac206 (diff)
downloadDoxygen-00e00a1df00be67219a28aaa8d58e8a0991555eb.zip
Doxygen-00e00a1df00be67219a28aaa8d58e8a0991555eb.tar.gz
Doxygen-00e00a1df00be67219a28aaa8d58e8a0991555eb.tar.bz2
Release-1.2.11
Diffstat (limited to 'src/classdef.h')
-rw-r--r--src/classdef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/classdef.h b/src/classdef.h
index d31d99b..95450c3 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -401,8 +401,6 @@ class ClassDef : public Definition
/*! Is this an abstact class? */
bool m_isAbstract;
- QCString m_className;
-
/*! Is the class part of an unnamed namespace? */
bool m_isStatic;
};