diff options
Diffstat (limited to 'src/utils/mac/SkSampleNSView.h')
-rw-r--r-- | src/utils/mac/SkSampleNSView.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/utils/mac/SkSampleNSView.h b/src/utils/mac/SkSampleNSView.h deleted file mode 100644 index d3aca9a735..0000000000 --- a/src/utils/mac/SkSampleNSView.h +++ /dev/null @@ -1,12 +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 "SkNSView.h" -@interface SkSampleNSView : SkNSView -- (id)initWithDefaults; -@end |