Remove init_qt hook for virtkeyboard plugin

This commit is contained in:
Neil Booth 2015-09-04 17:49:20 +09:00
parent 6372a3f6ce
commit 0792792513
1 changed files with 4 additions and 8 deletions

View File

@ -5,11 +5,8 @@ import random
class Plugin(BasePlugin):
@hook
def init_qt(self, gui):
self.gui = gui
self.vkb = None
self.vkb_index = 0
vkb = None
vkb_index = 0
@hook
def password_dialog(self, pw, grid, pos):
@ -61,4 +58,3 @@ class Plugin(BasePlugin):
vbox.addLayout(grid)
return vbox