[meld] ui.findbar: Remove unused imports and variables
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] ui.findbar: Remove unused imports and variables
- Date: Sat, 11 Oct 2014 21:28:21 +0000 (UTC)
commit 35a07ea6e895976e93353239a47ba3db0038a35b
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Oct 12 06:33:32 2014 +1000
ui.findbar: Remove unused imports and variables
meld/ui/findbar.py | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/meld/ui/findbar.py b/meld/ui/findbar.py
index e66e94e..c7abbbe 100644
--- a/meld/ui/findbar.py
+++ b/meld/ui/findbar.py
@@ -14,15 +14,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from gi.repository import Gdk
-from gi.repository import GObject
-from gi.repository import Gtk
from gi.repository import GtkSource
-from meld import misc
-from . import gnomeglade
-
-from meld.conf import _
+from meld.ui import gnomeglade
class FindBar(gnomeglade.Component):
@@ -30,7 +24,6 @@ class FindBar(gnomeglade.Component):
gnomeglade.Component.__init__(self, "findbar.ui", "findbar",
["arrow_left", "arrow_right"])
self.set_text_view(None)
- context = self.find_entry.get_style_context()
self.arrow_left.show()
self.arrow_right.show()
parent.connect('set-focus-child', self.on_focus_child)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]