remove function call, no longer needed.

This commit is contained in:
Bailey Ling 2013-08-22 21:32:11 +00:00
parent c16d6e69a9
commit de4c7253e2
1 changed files with 0 additions and 2 deletions

View File

@ -189,7 +189,5 @@ function! airline#extensions#load()
call airline#extensions#{name}#init(s:ext)
endif
endfor
call airline#util#exec_funcrefs(g:airline_statusline_funcrefs)
endfunction