aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-06-18 14:24:44 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-18 19:15:48 +0000
commit1c477fc263cf37c27cd92740d9328445420a926d (patch)
tree646d1276502c26a9fb8296e4b08e9b7721fae10a /gm
parentc00d8627ff8adbc9ba49ab6fcbc356c6db9ffb84 (diff)
Remove old references to SampleApp
Docs-Preview: https://skia.org/?cl=135570 Change-Id: I330ffa964c2d90ca8d3cd844aabcd8616ccd0540 Reviewed-on: https://skia-review.googlesource.com/135570 Reviewed-by: Cary Clark <caryclark@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gm')
-rw-r--r--gm/image.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gm/image.h b/gm/image.h
deleted file mode 100644
index 25711be61d..0000000000
--- a/gm/image.h
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-// image.h
-// SampleApp
-//
-// Created by Mike Reed on 7/27/12.
-//
-//
-
-#ifndef __SampleApp__image__
-#define __SampleApp__image__
-
-#include <iostream>
-
-#endif /* defined(__SampleApp__image__) */