diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-09-30 15:25:14 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2001-09-30 15:25:14 (GMT) |
commit | e174524c861548adb3cfd48ef59a7a4551cd2bfb (patch) | |
tree | c28047dda40b8133ff1326d80fcf662cc8065c7e /src/classdef.h | |
parent | 86502f97ecaea3254217d723b5f10b6405495184 (diff) | |
download | Doxygen-e174524c861548adb3cfd48ef59a7a4551cd2bfb.zip Doxygen-e174524c861548adb3cfd48ef59a7a4551cd2bfb.tar.gz Doxygen-e174524c861548adb3cfd48ef59a7a4551cd2bfb.tar.bz2 |
Release-1.2.11
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 2 |
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; }; |