[LyX/master] Remove unnecessary assignments

2020-02-10 Thread Enrico Forestieri
commit 926c846abb244a61d26aa7adcb2faeb921675758 Author: Enrico Forestieri Date: Mon Feb 10 21:59:52 2020 +0100 Remove unnecessary assignments --- src/mathed/MathParser.cpp |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mathed/MathParser.cpp b/src/mathed/MathP

[LyX/master] Make sure to not dereference a null pointer.

2020-02-10 Thread Enrico Forestieri
commit 536d476d38c16ae29ea941046e6544eb20b41127 Author: Enrico Forestieri Date: Mon Feb 10 21:54:07 2020 +0100 Make sure to not dereference a null pointer. --- src/mathed/MathParser.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mathed/MathParser.cpp b/sr