From 4f69b1e7e0e6bda6893f9ea24c8ef36cddc5b1ac Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 5 Jun 2022 11:13:35 +1200 Subject: [PATCH] Remove unused toTop function --- client/homebrew/editor/snippetbar/snippetbar.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 28a55ec20..0c6b5cc38 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -60,11 +60,6 @@ const Snippetbar = createClass({ }); }, - toTop : function(){ - this.props.sourceJump(0); - this.props.brewJump(1); - }, - renderEditorButtons : function(){ if(!this.props.showEditButtons) return;