From 648bd0d335351aa8a1350b14b7ee954f92ce86c7 Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Fri, 17 Jun 2016 01:56:13 +0300 Subject: [PATCH] Update editor' plugin doc --- plugin/editor/editor.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/editor/editor.go b/plugin/editor/editor.go index 0e67e2be..1eb3eb1c 100644 --- a/plugin/editor/editor.go +++ b/plugin/editor/editor.go @@ -66,8 +66,6 @@ func (e *Plugin) Port(port int) *Plugin { return e } -// - // SetEnable if true enables the editor plugin, otherwise disables it func (e *Plugin) SetEnable(enable bool) { e.enabled = enable