Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.h

Issue 8313008: Delete some unused code found by the clang static analyzer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/browser_window_controller.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
index ec71cd2191f89dacc7e530dcc3544f6606c423a5..c0fbbc86127fd7205c2e12665535d77ff96add64 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -99,12 +99,6 @@ class TabContents;
// NO on growth.
BOOL isShrinkingFromZoomed_;
- // Touch event data for two-finger gestures. Only available on Lion or higher
- // with two-finger gestures enabled in the Trackpad preferences. This will
- // contain the NSTouch objects from |-beginGestureWithEvent:| keyed by the
- // touch's |identity|.
- scoped_nsobject<NSMutableDictionary> twoFingerGestureTouches_;
-
// The raw accumulated zoom value and the actual zoom increments made for an
// an in-progress pinch gesture.
CGFloat totalMagnifyGestureAmount_;

Powered by Google App Engine
This is Rietveld 408576698