diff options
Diffstat (limited to 'include/views/SkOSWindow_Unix.h')
-rw-r--r-- | include/views/SkOSWindow_Unix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/views/SkOSWindow_Unix.h b/include/views/SkOSWindow_Unix.h index 803ca13..45b53d5 100644 --- a/include/views/SkOSWindow_Unix.h +++ b/include/views/SkOSWindow_Unix.h @@ -63,13 +63,11 @@ protected: private: SkUnixWindow fUnixWindow; bool fGLAttached; - bool fRestart; // Needed for GL XVisualInfo* fVi; void doPaint(); - void restartLoop(); void mapWindowAndWait(); typedef SkWindow INHERITED; |