Index: tools/VisualBench/VisualFlags.cpp |
diff --git a/tools/VisualBench/VisualFlags.cpp b/tools/VisualBench/VisualFlags.cpp |
deleted file mode 100644 |
index 84304c1854c679567fe0f60f879f75b75e7704fb..0000000000000000000000000000000000000000 |
--- a/tools/VisualBench/VisualFlags.cpp |
+++ /dev/null |
@@ -1,13 +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. |
- */ |
- |
-#include "VisualFlags.h" |
- |
-DEFINE_int32(msaa, 0, "Number of msaa samples."); |
-DEFINE_bool(offscreen, false, "Perform rendering in an offscreen buffer."); |
-DEFINE_bool(nvpr, false, "Use nvpr?"); |
-DEFINE_bool(cpu, false, "Run in CPU mode?"); |