summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-28 11:26:37 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-28 11:26:37 +0200
commitb6d0231a53abe3be35f71aa73ddda8654835833f (patch)
treeb4ad5c21ec9f8451dfefc053cf3e8e255d875ecb /src/app.h
parentff2deccfdf4aba25f04eed2bba442d28e6dba2df (diff)
Cleanup: Removed (hidden) preformatted wrap option
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.h b/src/app.h
index 9c4bb669..05341523 100644
--- a/src/app.h
+++ b/src/app.h
@@ -60,7 +60,6 @@ iBool isRefreshPending_App (void);
60uint32_t elapsedSinceLastTicker_App (void); /* milliseconds */ 60uint32_t elapsedSinceLastTicker_App (void); /* milliseconds */
61 61
62const iPrefs * prefs_App (void); 62const iPrefs * prefs_App (void);
63iBool forceLineWrap_App (void);
64iBool forceSoftwareRender_App(void); 63iBool forceSoftwareRender_App(void);
65enum iColorTheme colorTheme_App (void); 64enum iColorTheme colorTheme_App (void);
66const iString * schemeProxy_App (iRangecc scheme); 65const iString * schemeProxy_App (iRangecc scheme);