aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-03 19:33:08 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-03 19:33:08 +0000
commit8108c47b50d13cf55b0265b97d729f354e7a697e (patch)
tree9cc692d136305f28bb1fe87899fa102fde85dc44 /include/views
parented164836f3268e4cd7cea916b4876f6e1c81849a (diff)
Unix SampleApp attach/detach fixup and style fixup
Review URL: http://codereview.appspot.com/5972062/ git-svn-id: http://skia.googlecode.com/svn/trunk@3590 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Unix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/views/SkOSWindow_Unix.h b/include/views/SkOSWindow_Unix.h
index 40059bf8d4..384cc7bdf9 100644
--- a/include/views/SkOSWindow_Unix.h
+++ b/include/views/SkOSWindow_Unix.h
@@ -21,7 +21,6 @@ struct SkUnixWindow {
size_t fOSWin;
GC fGc;
GLXContext fGLContext;
- bool fGLCreated;
};
class SkOSWindow : public SkWindow {
@@ -62,7 +61,6 @@ private:
void mapWindowAndWait();
SkUnixWindow fUnixWindow;
- bool fGLAttached;
// Needed for GL
XVisualInfo* fVi;