summaryrefslogtreecommitdiffstats
path: root/app/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/animation.h')
-rw-r--r--app/animation.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/animation.h b/app/animation.h
index c37adde..811c038 100644
--- a/app/animation.h
+++ b/app/animation.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Inspired by NSAnimation
@@ -32,9 +32,6 @@ class AnimationDelegate {
// Called when an animation has been canceled.
virtual void AnimationCanceled(const Animation* animation) {
}
-
- protected:
- ~AnimationDelegate() {}
};
// Animation