branch: elpa/annotate
commit 7bc6cb2e0b309a29b5c3d2aeb6a47f14b863947e
Author: cage <cage@invalid>
Commit: cage <cage@invalid>
- removed commented code.
---
annotate.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/annotate.el b/annotate.el
index 5d0ceeea39..dbc9b1475d 100644
--- a/annotate.el
+++ b/annotate.el
@@ -2390,8 +2390,6 @@ pressed."
(let* ((filename (button-get button 'file))
(beginning (button-get button 'beginning))
(ending (button-get button 'ending))
- ;; (begin-of-button (button-get button 'begin-of-button))
- ;; (end-of-button (button-get button 'end-of-button))
(db (annotate-load-annotation-data t))
(filtered (annotate-db-remove-annotation db filename beginning
ending)))
(annotate-dump-annotation-data filtered) ; save the new database with
entry removed