Remove unused `get_segment_info` method
This commit is contained in:
parent
f5d96743fe
commit
36d64bc3da
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue