diff options
author | Hal Canary <halcanary@google.com> | 2016-12-09 10:10:27 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-12-09 16:13:42 +0000 |
commit | 3489b2b727bfb725d45208049e82309280b79ad8 (patch) | |
tree | d69d9fc51d4636a4eea6828624f8326c0f1ef5b9 /include/images | |
parent | 7d529881c4dfc27782c0bced7c7e3a2788975083 (diff) |
SkImageEncoder::* going away
Approval from https://review.skia.org/5006
TBR=reed@google.com
Change-Id: Ib5fb1b624594598e2316f9247069ecd207d7a974
Reviewed-on: https://skia-review.googlesource.com/5751
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'include/images')
-rw-r--r-- | include/images/SkForceLinking.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/images/SkForceLinking.h b/include/images/SkForceLinking.h deleted file mode 100644 index ca52eeb5e5..0000000000 --- a/include/images/SkForceLinking.h +++ /dev/null @@ -1,7 +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. - */ -// TODO(halcanary): delete this file. |