diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index a40c656c7..42fd6c970 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -291,8 +291,6 @@ const Editor = createClass({ renderer={this.props.renderer} undo={this.undo} redo={this.redo} - brewJump={this.brewJump} - sourceJump={this.sourceJump} historySize={this.historySize()} /> {this.renderEditor()} diff --git a/client/homebrew/editor/snippetbar/snippetbar.jsx b/client/homebrew/editor/snippetbar/snippetbar.jsx index 849a9c642..28a55ec20 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.jsx +++ b/client/homebrew/editor/snippetbar/snippetbar.jsx @@ -65,30 +65,10 @@ const Snippetbar = createClass({ this.props.brewJump(1); }, - moveBrew : function(){ - this.props.brewJump(); - }, - - moveSource : function(){ - this.props.sourceJump(); - }, - renderEditorButtons : function(){ if(!this.props.showEditButtons) return; return