summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/XeTeX_pic.c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-02-15 10:23:48 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-02-15 10:23:48 +0000
commit8ecc5d7f7166562ae51db2073dc5b73e3bbd12d8 (patch)
tree289e020b40653da87d7d5a983d7901699bb884b3 /Build/source/texk/web2c/xetexdir/XeTeX_pic.c
parent3596905a670d9be339d663ce8338cb2de598eacf (diff)
web2c/xetexdir: Discard the changes on 2015-02-09
git-svn-id: svn://tug.org/texlive/trunk@36280 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeX_pic.c')
-rw-r--r--Build/source/texk/web2c/xetexdir/XeTeX_pic.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeX_pic.c b/Build/source/texk/web2c/xetexdir/XeTeX_pic.c
index 353b87831d9..92233654232 100644
--- a/Build/source/texk/web2c/xetexdir/XeTeX_pic.c
+++ b/Build/source/texk/web2c/xetexdir/XeTeX_pic.c
@@ -104,16 +104,8 @@ find_pic_file(char** path, realrect* bounds, int pdfBoxType, int page)
struct JPEG_info info;
err = JPEG_scan_file(&info, fp);
if (err == 0) {
-/*
bounds->wd = (info.width * 72.27) / info.xdpi;
bounds->ht = (info.height * 72.27) / info.ydpi;
-*/
-/*
- In the new jpegimage.c, info.width and info.height are correct
- width and height in bp unit
-*/
- bounds->wd = (info.width * 72.27) / 72.0;
- bounds->ht = (info.height * 72.27) / 72.0;
}
goto done;
}