summaryrefslogtreecommitdiffstats
path: root/src/logos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/logos.cpp')
-rw-r--r--src/logos.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/logos.cpp b/src/logos.cpp
index b148816..0657af3 100644
--- a/src/logos.cpp
+++ b/src/logos.cpp
@@ -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 char doxygen_png_data[] = {
};
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 char FreeSans_ttf[] = {
};
unsigned int FreeSans_ttf_len = 22932;
+#if 0
void writeLogo(const char *dir)
{
QCString fileName=(QCString)dir+"/doxygen.png";
@@ -2225,7 +2225,6 @@ void writeLogo(const char *dir)
f.close();
}
-#if 0
void writeSearchButton(const char *dir)
{
QCString fileName=(QCString)dir+"/search.png";