OSDN Git Service

Removed unused file global in main-cocoa.m.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 28 Nov 2019 18:14:17 +0000 (10:14 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 28 Nov 2019 18:14:17 +0000 (10:14 -0800)
src/main-cocoa.m

index 7611c51..c675622 100644 (file)
@@ -32,7 +32,6 @@
 #define kVK_Escape 0x35
 #define kVK_ANSI_KeypadEnter 0x4C
 
-static NSSize const AngbandScaleIdentity = {1.0, 1.0};
 static NSString * const AngbandDirectoryNameLib = @"lib";
 static NSString * const AngbandDirectoryNameBase = @"Hengband";