From: William Morgan Date: Sat, 29 Dec 2007 23:37:49 +0000 (-0800) Subject: remove spurious ThreadIndexMode#handle_deleted_update X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=2ef7518d7d4eefc9b3ac4fff8e63a595af8d0c37;p=sup remove spurious ThreadIndexMode#handle_deleted_update --- diff --git a/lib/sup/modes/thread-index-mode.rb b/lib/sup/modes/thread-index-mode.rb index 542257e..85fb986 100644 --- a/lib/sup/modes/thread-index-mode.rb +++ b/lib/sup/modes/thread-index-mode.rb @@ -128,12 +128,6 @@ EOS def handle_archived_update *a; handle_read_update(*a); end - def handle_deleted_update sender, m - t = thread_containing(m) or return - hide_thread t - regen_text - end - ## overwrite me! def is_relevant? m; false; end