--- a/Orb/Doxygen/src/logos.cpp Fri Apr 23 20:47:58 2010 +0100
+++ b/Orb/Doxygen/src/logos.cpp Wed Aug 11 14:49:30 2010 +0100
@@ -2,7 +2,7 @@
*
*
*
- * Copyright (C) 1997-2008 by Dimitri van Heesch.
+ * Copyright (C) 1997-2010 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -21,7 +21,7 @@
#include <qfile.h>
#include <qdir.h>
-
+#if 0
unsigned char doxygen_png_data[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0x2d,
@@ -133,7 +133,6 @@
};
unsigned int doxygen_png_len = 1281;
-#if 0
unsigned char search_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x1a,
@@ -2212,6 +2211,7 @@
};
unsigned int FreeSans_ttf_len = 22932;
+#if 0
void writeLogo(const char *dir)
{
QCString fileName=(QCString)dir+"/doxygen.png";
@@ -2225,7 +2225,6 @@
f.close();
}
-#if 0
void writeSearchButton(const char *dir)
{
QCString fileName=(QCString)dir+"/search.png";