Skip to content

Commit

Permalink
Get rid of liftEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Oct 19, 2014
1 parent c7fd95d commit d54cdda
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions yi/src/library/Yi/Editor.hs
Expand Up @@ -133,9 +133,6 @@ import Yi.Types
import Yi.Utils hiding ((+~))
import Yi.Window

liftEditor :: MonadEditor m => EditorM a -> m a
liftEditor = withEditor

instance Binary Editor where
put (Editor bss bs supply ts dv _sl msh kr _re _dir _ev _cwa ) =
let putNE (x :| xs) = put x >> put xs
Expand Down

0 comments on commit d54cdda

Please sign in to comment.