branch: externals/inspector commit 440bd7a5304531b0b5fc52dd935f49e346ca17d6 Author: Mariano Montone <marianomont...@gmail.com> Commit: Mariano Montone <marianomont...@gmail.com>
Housekeeping --- inspector.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/inspector.el b/inspector.el index 9b09cc4dea..3e7f7c8588 100644 --- a/inspector.el +++ b/inspector.el @@ -157,12 +157,6 @@ If LABEL has a value, then it is used as button label. Otherwise, button label (inspector--insert-inspect-button (aref array i)) (newline)))) -(cl-defmethod inspect-object ((sequence sequence)) - (debug "Inspect sequence")) - -(cl-defmethod inspect-object ((list list)) - (debug "Inspect list")) - (cl-defmethod inspect-object ((buffer buffer)) (debug "Inspect buffer"))