Skip to content

Commit 2d2c0f5

Browse files
committed
MNT: remove unused method
1 parent 87e9858 commit 2d2c0f5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/diffpy/pdfgui/tests/testinsertrowsdialog.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ def tearDown(self):
3838
return
3939

4040

41-
def _clickbutton(self, button):
42-
e = wx.CommandEvent(wx.EVT_BUTTON.typeId, button.Id)
43-
self.dialog.ProcessEvent(e)
44-
return
45-
46-
4741
def test_spin_ctrl_rows(self):
4842
"Check default number of rows to insert"
4943
d = self.dialog

0 commit comments

Comments
 (0)