Remove libqxt from our svn. We don't depend on it anymore thanks to
[quassel.git] / src / contrib / libqxt-2007-10-24 / doctemplate / module.html
diff --git a/src/contrib/libqxt-2007-10-24/doctemplate/module.html b/src/contrib/libqxt-2007-10-24/doctemplate/module.html
deleted file mode 100644 (file)
index 2b548d3..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<center>
-    <h1><?=name?> Module</h1>
-</center>
-
-<p>
-<?=desc?>
-</p>
-
-<center>
-    <p>
-        <table width="80%" cellspacing="1px"  id="modulelist">
-            <?=unroll?>
-        </table>
-    </p>
-</center>
-
-
-
-<h2>Detailed Description</h2>
-<p>To include the definitions of all the module's classes, use the following directive:</p>
-<pre> #include &lt;<?=name?>&gt;</pre>