aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpu/gl
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-09-22 06:01:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-22 06:01:18 -0700
commit415a14d039b188ad5623c66225f47bfe73a2fb01 (patch)
treec0a606fa0ad7cb4badb5ce78d64770de6c58875e /tools/gpu/gl
parent921bc678a7b81de31b4e672326ed2f37ffb66b10 (diff)
Clean up dead code.
SkOSEnvironment was used to set --enable-gl-path-rendering, and is now unused. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2365483002 Review-Url: https://codereview.chromium.org/2365483002
Diffstat (limited to 'tools/gpu/gl')
-rw-r--r--tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp b/tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp
index 2330c94b42..c644d998e5 100644
--- a/tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp
+++ b/tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp
@@ -11,7 +11,6 @@
#include "gl/GrGLInterface.h"
#include "gl/GrGLAssembleInterface.h"
#include "gl/command_buffer/GLTestContext_command_buffer.h"
-#include "../ports/SkOSEnvironment.h"
#include "../ports/SkOSLibrary.h"
typedef void *EGLDisplay;