Mercurial > hg > octave-nkf
changeset 15474:1865feebb415
* octave.cc (info_program, info_file): Delete unused static variables.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 03 Oct 2012 02:23:38 -0400 |
parents | 457a2ff2a71b |
children | da6c37ed0b42 |
files | libinterp/octave.cc |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/libinterp/octave.cc +++ b/libinterp/octave.cc @@ -166,14 +166,6 @@ // (--image-path) static std::string image_path; -// The value for "info_file" specified on the command line. -// (--info-file) -static std::string info_file; - -// The value for "info_program" specified on the command line. -// (--info-program) -static std::string info_program; - // If TRUE, ignore the window system even if it is available. // (--no-window-system) static bool no_window_system = false;