1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-25 06:43:24 +03:00

Remove unnec' code

This commit is contained in:
Tae Won Ha 2019-03-29 08:29:39 +01:00
parent 773c16242b
commit dfddd6443e
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 0 additions and 8 deletions

View File

@ -36,7 +36,6 @@
1929B922396A4EE7F070299A /* PerfTester.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929B114CC85D012D7477D58 /* PerfTester.swift */; };
1929B953E76914DA984697DC /* FontUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929B96A876229DA394F906E /* FontUtils.swift */; };
1929B9A949EE85C27FF66367 /* UGrid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929B9D83D7E150F518D49FE /* UGrid.swift */; };
1929B9AA54882FF7524364DC /* NvimView+Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929BAB0B8BA4E6CDF5C56F3 /* NvimView+Types.swift */; };
1929BA25DA32AE80C527BB2A /* NvimView+Types.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929BAB0B8BA4E6CDF5C56F3 /* NvimView+Types.swift */; };
1929BA70C221E3C199833B8C /* UiBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1929B52174EC68D2974B5BAE /* UiBridge.swift */; };
1929BA918C7AB8DC411B82D2 /* 0.json in Resources */ = {isa = PBXBuildFile; fileRef = 1929B086022A7A2C99A65A21 /* 0.json */; };
@ -896,7 +895,6 @@
4BB1EFB3224B71ED00A5CD5A /* RxNeovimApi.generated.swift in Sources */,
1929BDC146B699BF49116CAB /* Defs.swift in Sources */,
1929B2E9F089A9E2800B67F2 /* NimbleCommons.swift in Sources */,
1929B9AA54882FF7524364DC /* NvimView+Types.swift in Sources */,
1929BB125782E25A9CF7F56C /* ConditionVariable.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
@ -1383,7 +1381,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.DrawerPerf;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
@ -1399,7 +1396,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.qvacua.DrawerPerf;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_VERSION = 4.2;
};
name = Release;
};

View File

@ -19,10 +19,6 @@ private struct SizedFontTrait: Hashable {
}
extension FontTrait: Hashable {
public var hashValue: Int {
return Int(self.rawValue)
}
}
final class FontUtils {