| Index: src/opts/SkTextureCompression_opts_none.cpp
|
| diff --git a/src/opts/SkTextureCompression_opts_none.cpp b/src/opts/SkTextureCompression_opts_none.cpp
|
| deleted file mode 100644
|
| index caa211859a36b372e273a98ff8dfb5b51de9d705..0000000000000000000000000000000000000000
|
| --- a/src/opts/SkTextureCompression_opts_none.cpp
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -/*
|
| - * Copyright 2014
|
| - *
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file.
|
| - */
|
| -
|
| -#include "SkTextureCompression_opts.h"
|
| -
|
| -SkTextureCompressor::CompressionProc
|
| -SkTextureCompressorGetPlatformProc(SkColorType colorType, SkTextureCompressor::Format fmt) {
|
| - return NULL;
|
| -}
|
| -
|
| -bool SkTextureCompressorGetPlatformDims(SkTextureCompressor::Format fmt, int* dimX, int* dimY) {
|
| - return false;
|
| -}
|
|
|