summaryrefslogtreecommitdiff
path: root/apps/win_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-02-11 13:20:49 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-02-11 13:20:49 +0100
commit75ec5116bf42a3c4f7b436ab72901fea36d13811 (patch)
tree5eb4e11a71594e4095f31ce029f96ebfb5a4344a /apps/win_main.c
parent8e8fc85624b66e59e5e284de7f532522e776a353 (diff)
downloadmupdf-75ec5116bf42a3c4f7b436ab72901fea36d13811.tar.xz
Purge unused and bit rotted fz_accelerate stuff.
Diffstat (limited to 'apps/win_main.c')
-rw-r--r--apps/win_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/win_main.c b/apps/win_main.c
index 22948de4..c87faa97 100644
--- a/apps/win_main.c
+++ b/apps/win_main.c
@@ -750,8 +750,6 @@ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShow
int code;
fz_context *ctx;
- fz_accelerate();
-
ctx = fz_new_context(NULL, NULL, FZ_STORE_DEFAULT);
if (!ctx)
{