summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/cocoa/throbber_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/throbber_view.h b/chrome/browser/cocoa/throbber_view.h
index fd38c59..c9b7802 100644
--- a/chrome/browser/cocoa/throbber_view.h
+++ b/chrome/browser/cocoa/throbber_view.h
@@ -26,7 +26,6 @@
@interface ThrobberView : NSView {
@private
id<ThrobberDataDelegate> dataDelegate_;
- NSTimer* timer_; // Animation timer. Weak, owned by runloop.
}
// Creates a filmstrip view with |frame| and image |image|.