remove unnecessary render_footer

This commit is contained in:
rabite 2019-05-28 02:00:55 +02:00
parent be7cae5875
commit 3a2130d609
1 changed files with 0 additions and 3 deletions

View File

@ -64,9 +64,6 @@ impl FoldableWidgetExt for ListView<Vec<QuickActions>> {
let mime = &self.content.get(0)?.mime;
Ok(format!("QuickActions for MIME: {}", mime))
}
fn render_footer(&self) -> HResult<String> {
Ok(String::from(""))
}
fn on_key(&mut self, key: Key) -> HResult<()> {
match key {