diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 20:29:35 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 20:29:35 +0000 |
commit | ad3f5ca05a2f22374835860b4af148d1eec626ba (patch) | |
tree | 94f372c56561780e2bc3263336f4e22c5b02f60d /views/widget/widget_win.h | |
parent | eb9d07b321f6b83fe8d15a15be531aabc9d77a32 (diff) | |
download | chromium_src-ad3f5ca05a2f22374835860b4af148d1eec626ba.zip chromium_src-ad3f5ca05a2f22374835860b4af148d1eec626ba.tar.gz chromium_src-ad3f5ca05a2f22374835860b4af148d1eec626ba.tar.bz2 |
Removes some dead code from WidgetWin.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/115528
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/widget/widget_win.h')
-rw-r--r-- | views/widget/widget_win.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/views/widget/widget_win.h b/views/widget/widget_win.h index ae846aa..3a120db 100644 --- a/views/widget/widget_win.h +++ b/views/widget/widget_win.h @@ -514,8 +514,6 @@ class WidgetWin : public Widget, // is true. virtual bool ReleaseCaptureOnMouseReleased() { return true; } - enum FrameAction {FA_NONE = 0, FA_RESIZING, FA_MOVING, FA_FORWARDING}; - virtual RootView* CreateRootView(); // Returns true if this WidgetWin is opaque. @@ -524,9 +522,6 @@ class WidgetWin : public Widget, // The root of the View hierarchy attached to this window. scoped_ptr<RootView> root_view_; - // Current frame ui action - FrameAction current_action_; - // Whether or not we have capture the mouse. bool has_capture_; |