Remove selection scroll timer (which doesn't work anyway)

This commit is contained in:
elasota
2020-07-03 17:39:26 -04:00
parent e05f37a28d
commit d978267c3e
2 changed files with 1 additions and 8 deletions

View File

@@ -92,6 +92,5 @@ namespace PortabilityLayer
size_t m_dragSelectionStartChar;
uint16_t m_caratTimer;
uint16_t m_selectionScrollTimer;
};
}