blob: 426d7c92640b99774176f1d685039acab85f2ed7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/mknfonts.m
+++ b/mknfonts.m
@@ -310,12 +310,6 @@
{
fi=[faceinfos objectAtIndex: i];
[faces addObject: [fi faceInfoDictionary]];
- for (j=0;j<[fi->files count];j++)
- {
- [fm movePath: [fi->files objectAtIndex: j]
- toPath: [path stringByAppendingPathComponent: [[fi->files objectAtIndex: j] lastPathComponent]]
- handler: nil];
- }
}
[family_info
|