Update editor' plugin doc

This commit is contained in:
Makis Maropoulos 2016-06-17 01:56:13 +03:00
parent 2f6c083232
commit 648bd0d335

View File

@ -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