Index: tools/viewer/sk_app/GLWindowContext.cpp |
diff --git a/tools/viewer/sk_app/GLWindowContext.cpp b/tools/viewer/sk_app/GLWindowContext.cpp |
index 74454e9324dfe1fe2e50d00d13cf2f0806b138cd..3c3164a3722db3e8cf7d2524ec5a0e9e1148f4d5 100644 |
--- a/tools/viewer/sk_app/GLWindowContext.cpp |
+++ b/tools/viewer/sk_app/GLWindowContext.cpp |
@@ -24,7 +24,6 @@ namespace sk_app { |
GLWindowContext::GLWindowContext(const DisplayParams& params) |
: WindowContext() |
, fBackendContext(nullptr) |
- , fRenderTarget(nullptr) |
, fSurface(nullptr) { |
fDisplayParams = params; |
} |
@@ -51,7 +50,6 @@ void GLWindowContext::initializeContext() { |
void GLWindowContext::destroyContext() { |
fSurface.reset(nullptr); |
- fRenderTarget.reset(nullptr); |
if (fContext) { |
// in case we have outstanding refs to this guy (lua?) |