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;