Kaydet (Commit) 04900bf9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:externvar

Change-Id: I35449ee2d7294024fde83e36af83311a08a7ccae
üst e5c32401
......@@ -37,7 +37,7 @@
#import <IOKit/IOCFPlugIn.h>
#import <IOKit/hid/IOHIDKeys.h>
const char* AppleRemoteDeviceName = "AppleIRController";
static const char* AppleRemoteDeviceName = "AppleIRController";
@implementation AppleRemote
......
......@@ -31,8 +31,8 @@
#import "MultiClickRemoteBehavior.h"
const NSTimeInterval DEFAULT_MAXIMUM_CLICK_TIME_DIFFERENCE = 0.35;
const NSTimeInterval HOLD_RECOGNITION_TIME_INTERVAL = 0.4;
static const NSTimeInterval DEFAULT_MAXIMUM_CLICK_TIME_DIFFERENCE = 0.35;
static const NSTimeInterval HOLD_RECOGNITION_TIME_INTERVAL = 0.4;
@implementation MultiClickRemoteBehavior
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment