Remove unused `get_segment_info` method

This commit is contained in:
ZyX 2015-01-27 20:22:38 +03:00
parent f5d96743fe
commit 36d64bc3da
1 changed files with 0 additions and 4 deletions

View File

@ -217,10 +217,6 @@ class VimPowerline(Powerline):
for args in _local_themes:
self.add_local_theme(*args)
@staticmethod
def get_segment_info():
return {}
def reset_highlight(self):
try:
self.renderer.reset_highlight()