Remove HIDPI compilation flag

The flag had been added to avoid hidpi bugs.

A workaround will be implemented for these bugs, so the flag is not
needed anymore.
This commit is contained in:
Romain Vimont
2019-11-06 19:15:30 +01:00
parent 39ff8d9900
commit c8c921caf5
3 changed files with 3 additions and 8 deletions

View File

@@ -109,9 +109,6 @@ conf.set('DEFAULT_MAX_SIZE', '0') # 0: unlimited
# overridden by option --bit-rate
conf.set('DEFAULT_BIT_RATE', '8000000') # 8Mbps
# enable High DPI support
conf.set('HIDPI_SUPPORT', get_option('hidpi_support'))
# disable console on Windows
conf.set('WINDOWS_NOCONSOLE', get_option('windows_noconsole'))