Removed an unused Vim function.

This commit is contained in:
Holger Rapp 2014-02-14 23:58:44 +01:00
parent a2cf4af0ec
commit a9d946135f

View File

@ -260,10 +260,6 @@ function! UltiSnips#CursorMoved()
exec g:_uspy "UltiSnips_Manager.cursor_moved()"
endf
function! UltiSnips#EnteredInsertMode()
exec g:_uspy "UltiSnips_Manager.entered_insert_mode()"
endf
function! UltiSnips#LeavingBuffer()
exec g:_uspy "UltiSnips_Manager.leaving_buffer()"
endf