diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-07-20 20:05:52 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-07-20 20:05:52 (GMT) |
commit | 6e28050ef5483e624122b0bacb998c40664f78ee (patch) | |
tree | b8b0cb3ac894bdb88087d78e328a8a0d88943b97 /src/doxygen.h | |
parent | 7c0a46b50fad0925e47b78326f8c2e92e3829fb4 (diff) | |
download | Doxygen-6e28050ef5483e624122b0bacb998c40664f78ee.zip Doxygen-6e28050ef5483e624122b0bacb998c40664f78ee.tar.gz Doxygen-6e28050ef5483e624122b0bacb998c40664f78ee.tar.bz2 |
Release-1.5.9-20090720
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index 1aee032..859f63c 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -111,7 +111,6 @@ class Doxygen static QDict<RefList> *xrefLists; // array of xref lists: todo, test, bug, deprecated ... static QCString htmlFileExtension; static bool parseSourcesNeeded; - static double sysElapsedTime; static QTime runningTime; //static SearchIndex *searchIndex; static QDict<DefinitionIntf> *symbolMap; |