summaryrefslogtreecommitdiffstats
path: root/src/logos.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2009-06-22 20:14:03 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2009-06-22 20:14:03 (GMT)
commit7c0a46b50fad0925e47b78326f8c2e92e3829fb4 (patch)
tree2f918f7da3205101b2a8a300ee9afefe247b3f24 /src/logos.cpp
parent7a3de4c3c8aac25c38b6e93bb0927de40cd1c650 (diff)
downloadDoxygen-7c0a46b50fad0925e47b78326f8c2e92e3829fb4.zip
Doxygen-7c0a46b50fad0925e47b78326f8c2e92e3829fb4.tar.gz
Doxygen-7c0a46b50fad0925e47b78326f8c2e92e3829fb4.tar.bz2
Release-1.5.9-20090622
Diffstat (limited to 'src/logos.cpp')
-rw-r--r--src/logos.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/logos.cpp b/src/logos.cpp
index c682f61..ccb596e 100644
--- a/src/logos.cpp
+++ b/src/logos.cpp
@@ -133,6 +133,7 @@ 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,
@@ -291,6 +292,7 @@ unsigned char search_png[] = {
0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82
};
unsigned int search_png_len = 1857;
+#endif
// Stripped version of FreeSans.ttf part of FreeFonts package,
@@ -2223,6 +2225,7 @@ void writeLogo(const char *dir)
f.close();
}
+#if 0
void writeSearchButton(const char *dir)
{
QCString fileName=(QCString)dir+"/search.png";
@@ -2235,6 +2238,7 @@ void writeSearchButton(const char *dir)
}
f.close();
}
+#endif
void writeDoxFont(const char *dir)
{