We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2c279 commit 0204796Copy full SHA for 0204796
1 file changed
src/courtroom.h
@@ -450,9 +450,6 @@ class Courtroom : public QMainWindow
450
// amount by which we multiply the delay when we parse punctuation chars
451
const int punctuation_modifier = 3;
452
453
- // maximum pause multiplier for \p{numbers} so it does not just pause forever
454
- const int max_pause_duration = 10000;
455
-
456
// amount of ghost blocks
457
int ghost_blocks = 0;
458
0 commit comments