app: remove _set_rendering_options()
commit6bc38456ee1655fb959c8d49e7d6485c6f8bf7a4
authorDavid Aguilar <davvid@gmail.com>
Tue, 28 Feb 2023 21:47:04 +0000 (28 13:47 -0800)
committerDavid Aguilar <davvid@gmail.com>
Tue, 28 Feb 2023 21:47:04 +0000 (28 13:47 -0800)
tree6eda043c904e67b3887da0ab40ad93291abd1728
parented87026ede2f86dcbbb321beec95889915863693
app: remove _set_rendering_options()

These do not seem to impact performance much. The optmizations to the
mouseMoveEvent handler made the biggest difference.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/app.py