summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-16 01:03:45 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-16 01:03:45 -0300
commit11635c323a577bafe10b960c1127614086de9641 (patch)
tree1c06d43beef3b5f8c7fbbc4c6f3827ef1c843848 /game/screens.rpy
parent8e15db553c9784ae9907c74ae550e78ac9737422 (diff)
downloadclient-11635c323a577bafe10b960c1127614086de9641.tar.gz
client-11635c323a577bafe10b960c1127614086de9641.tar.bz2
client-11635c323a577bafe10b960c1127614086de9641.tar.xz
client-11635c323a577bafe10b960c1127614086de9641.zip
Remove unused persistent variable "fatality"
Diffstat (limited to 'game/screens.rpy')
-rw-r--r--game/screens.rpy10
1 files changed, 0 insertions, 10 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index 378367e..d9e239b 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -791,16 +791,6 @@ screen preferences():
textbutton _("Disable"):
action SetVariable("persistent.nothreading", True)
- #if renpy.android or config.developer:
- # vbox:
- # style_prefix "check"
- # null height 60
- # label _("Socket Error:")
- # textbutton _("CRASH"):
- # action SetVariable("persistent.fatality", True)
- # textbutton _("Continue"):
- # action SetVariable("persistent.fatality", None)
-
if config.developer or debug:
vbox:
style_prefix "check"