summaryrefslogtreecommitdiff
path: root/apps/x11_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-08 22:31:11 +0200
committerTor Andersson <tor@ghostscript.com>2010-07-08 22:31:11 +0200
commit839eda4994874c02cbaf546a40d374a4edb16539 (patch)
tree34ac89eef9fdb771f3d3fd96e32b42de5c5046a5 /apps/x11_main.c
parent7f662f1e98e0b4717d06f1b667fb969d35e60274 (diff)
downloadmupdf-839eda4994874c02cbaf546a40d374a4edb16539.tar.xz
Remove unmaintained MMX optimized function and runtime detection.
Diffstat (limited to 'apps/x11_main.c')
-rw-r--r--apps/x11_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/x11_main.c b/apps/x11_main.c
index 5dd9efb5..8172b651 100644
--- a/apps/x11_main.c
+++ b/apps/x11_main.c
@@ -590,7 +590,6 @@ int main(int argc, char **argv)
if (argc - fz_optind == 1)
pageno = atoi(argv[fz_optind++]);
- fz_cpudetect();
fz_accelerate();
winopen();