1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

No such thing as pysollib.app.comments (#153)

This commit is contained in:
Juhani Numminen 2020-03-02 13:21:35 +02:00
parent 300d5dca7a
commit 6016a6a5c1
3 changed files with 0 additions and 3 deletions

View file

@ -393,7 +393,6 @@ class SelectGameDialogWithPreview(MfxDialog):
audio=self.app.audio,
canvas=canvas,
cardset=self.app.cardset.copy(),
comments=self.app.comments.new(),
gamerandom=self.app.gamerandom,
gdb=self.app.gdb,
gimages=self.app.gimages,

View file

@ -483,7 +483,6 @@ class SelectGameDialogWithPreview(SelectGameDialog):
audio=self.app.audio,
canvas=canvas,
cardset=self.app.cardset.copy(),
comments=self.app.comments.new(),
gamerandom=self.app.gamerandom,
gdb=self.app.gdb,
gimages=self.app.gimages,

View file

@ -484,7 +484,6 @@ class SelectGameDialogWithPreview(SelectGameDialog):
audio=self.app.audio,
canvas=canvas,
cardset=self.app.cardset.copy(),
comments=self.app.comments.new(),
gamerandom=self.app.gamerandom,
gdb=self.app.gdb,
gimages=self.app.gimages,