summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
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"