Drop global pg settings

incremental_update_paths
Tyler Goodlet 2022-06-02 13:34:36 -04:00
parent 80835d4e04
commit 0f4bfcdf22
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ from . import _style
log = get_logger(__name__)
# pyqtgraph global config
# might as well enable this for now?
pg.useOpenGL = True
pg.enableExperimental = True
# engage core tweaks that give us better response
# latency then the average pg user
_do_overrides()