Kaydet (Commit) c5968b68 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove some unused variables

Change-Id: If5cdfcfaa02fbd12ad502e366e09aaad387bcaff
Reviewed-on: https://gerrit.libreoffice.org/72478
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst e8a1db01
......@@ -76,10 +76,8 @@ class XWindow(UITestCase):
def test_listeners(self):
global mouseListenerCount
writer_doc = self.ui_test.create_doc_in_start_center("writer")
self.ui_test.create_doc_in_start_center("writer")
xDoc = self.ui_test.get_component()
xWriterDoc = self.xUITest.getTopFocusWindow()
xWriterEdit = xWriterDoc.getChild("writer_edit")
# create new mouse listener
xFrame = xDoc.getCurrentController().getFrame()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment