| Index: tools/VisualBench/VisualFlags.h
|
| diff --git a/tools/VisualBench/VisualFlags.h b/tools/VisualBench/VisualFlags.h
|
| deleted file mode 100644
|
| index 58a0970f28d05c38b7f15b10b0340b9e6174f897..0000000000000000000000000000000000000000
|
| --- a/tools/VisualBench/VisualFlags.h
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -/*
|
| - * Copyright 2015 Google Inc.
|
| - *
|
| - * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file.
|
| - */
|
| -
|
| -#ifndef VisualFlags_DEFINED
|
| -#define VisualFlags_DEFINED
|
| -
|
| -#include "SkCommandLineFlags.h"
|
| -
|
| -DECLARE_string(config);
|
| -DECLARE_int32(msaa);
|
| -DECLARE_bool(offscreen);
|
| -DECLARE_bool(nvpr);
|
| -DECLARE_bool(cpu);
|
| -
|
| -#endif
|
|
|