From 62adc5ffe37d7f9161bb70216678a054b2a18275 Mon Sep 17 00:00:00 2001 From: ZDarian Date: Fri, 23 Jan 2015 20:46:52 -0700 Subject: [PATCH] remove extra newline --- qutebrowser/mainwindow/tabwidget.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qutebrowser/mainwindow/tabwidget.py b/qutebrowser/mainwindow/tabwidget.py index c851dc914..8707096f0 100644 --- a/qutebrowser/mainwindow/tabwidget.py +++ b/qutebrowser/mainwindow/tabwidget.py @@ -120,7 +120,6 @@ class TabBar(QTabBar): else: self.show() - def refresh(self): """Properly repaint the tab bar and relayout tabs.""" # This is a horrible hack, but we need to do this so the underlaying Qt