summaryrefslogtreecommitdiff
path: root/splash
diff options
context:
space:
mode:
authorKrzysztof Kowalczyk <kkowalczyk@tlapx60ubu.(none)>2007-09-20 22:10:09 -0700
committerKrzysztof Kowalczyk <kkowalczyk@tlapx60ubu.(none)>2007-09-20 22:10:09 -0700
commit31c43b118bd4372134018be6f6693f77d1f6a39b (patch)
tree838921b583c3a8ee098583d282884e5787cdfb91 /splash
parent01b99f60e36dd955817f23911ef38947360f61f7 (diff)
remove unused variables
Diffstat (limited to 'splash')
-rwxr-xr-x[-rw-r--r--]splash/SplashFTFontEngine.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/splash/SplashFTFontEngine.cc b/splash/SplashFTFontEngine.cc
index e84f0568..98de374e 100644..100755
--- a/splash/SplashFTFontEngine.cc
+++ b/splash/SplashFTFontEngine.cc
@@ -32,9 +32,11 @@ extern "C" int unlink(char *filename);
//------------------------------------------------------------------------
+#if 0
static void fileWrite(void *stream, char *data, int len) {
fwrite(data, 1, len, (FILE *)stream);
}
+#endif
//------------------------------------------------------------------------
// SplashFTFontEngine