Skip to content

Commit

Permalink
Final purge for RenderView
Browse files Browse the repository at this point in the history
  • Loading branch information
codepope committed Jun 10, 2020
1 parent cf44247 commit 39d454e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,6 @@ func (ctx *CmdContext) render(out io.Writer, views ...PresenterOption) error {
return nil
}

// // RenderView - render a view through the context to the terminal
// func (ctx *CmdContext) RenderView(views ...PresenterOption) (err error) {
// return ctx.render(ctx.Terminal, views...)
// }

// Frender - render a view to a Writer
func (ctx *CmdContext) Frender(w io.Writer, views ...PresenterOption) error {
return ctx.render(w, views...)
Expand Down

0 comments on commit 39d454e

Please sign in to comment.