Index: views/widget/widget_win.h |
diff --git a/views/widget/widget_win.h b/views/widget/widget_win.h |
index 3d7b834e1f53f282cab0bed7baf78690f487259b..a2a791e47d571f97403e018789ceebe65805620c 100644 |
--- a/views/widget/widget_win.h |
+++ b/views/widget/widget_win.h |
@@ -509,10 +509,6 @@ class WidgetWin : public ui::WindowImpl, |
// we always mod this value with the max view events above . |
int accessibility_view_events_index_; |
- // The last cursor that was active before the current one was selected. Saved |
- // so that we can restore it. |
- gfx::NativeCursor previous_cursor_; |
- |
ViewProps props_; |
scoped_ptr<InputMethod> input_method_; |