Skip to content

Commit 0204796

Browse files
committed
Don't need max int anymore.
1 parent 0d2c279 commit 0204796

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/courtroom.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,6 @@ class Courtroom : public QMainWindow
450450
// amount by which we multiply the delay when we parse punctuation chars
451451
const int punctuation_modifier = 3;
452452

453-
// maximum pause multiplier for \p{numbers} so it does not just pause forever
454-
const int max_pause_duration = 10000;
455-
456453
// amount of ghost blocks
457454
int ghost_blocks = 0;
458455

0 commit comments

Comments
 (0)