changeset 25246:b20d0736f322 stable

Remove unused class member m_force_gui (bug #53650). * octave.h: Remove m_force_gui from class cmdline_options as it is completely unused.
author Rik <rik@octave.org>
date Sat, 14 Apr 2018 05:51:42 -0700
parents 9b93b85459da
children db31e068f4db
files libinterp/octave.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave.h	Sat Apr 14 05:16:29 2018 -0700
+++ b/libinterp/octave.h	Sat Apr 14 05:51:42 2018 -0700
@@ -133,7 +133,6 @@
     // If TRUE, start the GUI.
     // (--gui) and (--force-gui) for backwards compatibility
     bool m_gui = false;
-    bool m_force_gui = false;
 
     // TRUE means the user forced this shell to be interactive.
     // (--interactive, -i)