Index: tools/viewer/sk_app/unix/Window_unix.h |
diff --git a/tools/viewer/sk_app/unix/Window_unix.h b/tools/viewer/sk_app/unix/Window_unix.h |
index fb6b22d4132a4e09ed056528bc6b298cb2588e84..33bc1f2d4a46a79763a48be032a89f19dfadecc2 100644 |
--- a/tools/viewer/sk_app/unix/Window_unix.h |
+++ b/tools/viewer/sk_app/unix/Window_unix.h |
@@ -18,12 +18,6 @@ typedef Window XWindow; |
namespace sk_app { |
-struct ContextPlatformData_unix { |
- Display* fDisplay; |
- XWindow fWindow; |
- XVisualInfo* fVisualInfo; |
-}; |
- |
class Window_unix : public Window { |
public: |
Window_unix() : Window() |