diff options
| author | Brian Potchik <brian@vector35.com> | 2021-01-22 10:52:11 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-01-22 10:52:11 -0500 |
| commit | cbb543e796e89f3734862616ef5a6497033f936e (patch) | |
| tree | 1c93c23577adb6d3e0ae49b8a1bde0a28d483d81 | |
| parent | 2fcacc55d5466a7d17bdc0b3ce988772aa6d0653 (diff) | |
Add new 'ui.scripting.historySize' setting.
| -rw-r--r-- | ui/scriptingconsole.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/scriptingconsole.h b/ui/scriptingconsole.h index 0677a655..9c58bab2 100644 --- a/ui/scriptingconsole.h +++ b/ui/scriptingconsole.h @@ -21,7 +21,6 @@ #include "uitypes.h" #define SCRIPT_OUTPUT_UPDATE_INTERVAL 100 -#define SCRIPT_HISTORY_LENGTH 100 class ScriptingConsole; |
