aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views/mac/SkEventNotifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/mac/SkEventNotifier.h')
-rw-r--r--src/views/mac/SkEventNotifier.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/views/mac/SkEventNotifier.h b/src/views/mac/SkEventNotifier.h
deleted file mode 100644
index ea6bbf1e34..0000000000
--- a/src/views/mac/SkEventNotifier.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Copyright 2011 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-#import <Foundation/Foundation.h>
-
-@interface SkEventNotifier : NSObject
-- (void)receiveSkEvent:(NSNotification*)notification;
-+ (void)postTimedSkEvent:(NSTimeInterval)ti;
-+ (void)timerFireMethod:(NSTimer*)theTimer;
-@end