summaryrefslogtreecommitdiffstats
path: root/src/docbookgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-01-22 20:16:52 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-01-22 20:16:52 (GMT)
commit62379ff8fdb13d95c7651419d92db47150e15bcc (patch)
treea1c9db83023dfbd769fd072e57f6ee5641a3a953 /src/docbookgen.cpp
parentbd23ac54e6a76538a7f8433aa4ce93bb5cb3a6f1 (diff)
downloadDoxygen-62379ff8fdb13d95c7651419d92db47150e15bcc.zip
Doxygen-62379ff8fdb13d95c7651419d92db47150e15bcc.tar.gz
Doxygen-62379ff8fdb13d95c7651419d92db47150e15bcc.tar.bz2
Fixes for missing build dependencies
Diffstat (limited to 'src/docbookgen.cpp')
-rw-r--r--src/docbookgen.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/docbookgen.cpp b/src/docbookgen.cpp
index 47d3b98..93ef8d8 100644
--- a/src/docbookgen.cpp
+++ b/src/docbookgen.cpp
@@ -56,18 +56,6 @@
//------------------
-static const char index_xsd[] =
-#include "index.xsd.h"
-;
-
-//------------------
-//
-static const char compound_xsd[] =
-#include "compound.xsd.h"
-;
-
-//------------------
-
class DocbookSectionMapper : public QIntDict<char>
{
public: