aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/HelloWorldNSView.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/mac/HelloWorldNSView.h')
-rw-r--r--example/mac/HelloWorldNSView.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/example/mac/HelloWorldNSView.h b/example/mac/HelloWorldNSView.h
deleted file mode 100644
index 3de780feee..0000000000
--- a/example/mac/HelloWorldNSView.h
+++ /dev/null
@@ -1,13 +0,0 @@
-
-/*
- * Copyright 2013 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#import "SkNSView.h"
-
-@interface HelloWorldNSView : SkNSView
-
-@end