# HG changeset patch # User Rik # Date 1523710302 25200 # Node ID b20d0736f32277134afb5943f4d01f36008fe8bb # Parent 9b93b85459daf995f503a586010f59742692a7db Remove unused class member m_force_gui (bug #53650). * octave.h: Remove m_force_gui from class cmdline_options as it is completely unused. diff -r 9b93b85459da -r b20d0736f322 libinterp/octave.h --- 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)