summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-15 07:47:54 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-15 07:47:54 +0200
commit25a3f4fc680fbfd5acdd77361194cd6a2244c8cc (patch)
treee82fdae86787aad387fd547b5cf2a741e960de8d
parente9048baadbe738c7b63e2f49f3918053341d720e (diff)
Cleanup
-rw-r--r--src/app.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/app.c b/src/app.c
index 5971f0ed..02c69d64 100644
--- a/src/app.c
+++ b/src/app.c
@@ -1004,14 +1004,6 @@ iBool handleCommand_App(const char *cmd) {
1004 postCommand_App("window.unfreeze"); 1004 postCommand_App("window.unfreeze");
1005 return iTrue; 1005 return iTrue;
1006 } 1006 }
1007 else if (equal_Command(cmd, "prefs.mono.gopher.changed")) {
1008 setFreezeDraw_Window(d->window, iTrue);
1009 d->prefs.monospaceGopher = arg_Command(cmd) != 0;
1010 resetFonts_Text(); /* clear the glyph cache */
1011 postCommand_App("font.changed");
1012 postCommand_App("window.unfreeze");
1013 return iTrue;
1014 }
1015 else if (equal_Command(cmd, "prefs.biglede.changed")) { 1007 else if (equal_Command(cmd, "prefs.biglede.changed")) {
1016 d->prefs.bigFirstParagraph = arg_Command(cmd) != 0; 1008 d->prefs.bigFirstParagraph = arg_Command(cmd) != 0;
1017 postCommand_App("document.layout.changed"); 1009 postCommand_App("document.layout.changed");