mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-29 20:58:50 +00:00
3c59a9a23c
This code is not necessary anymore after the fix to #13069. Remove the first QString argument to createView(). Set the autoShow parameter to false by default and rename createView(id) to createAndShowView(id) to avoid member function overloading issues. Remove optional <GEOMETRY> argument of window-new lfun. Document the removal of the argument in release notes.