diff libgui/src/main-window.h @ 16642:e3a0ca9c8836

eliminate unimplemented New -> Variable menu item * main-window.h, main-window.cc (main_window::construct_new_menu): Remove new variable menu item. (main_window::handle_new_variable_request): Delete.
author John W. Eaton <jwe@octave.org>
date Sun, 12 May 2013 16:57:06 -0400
parents 25e418d23a4b
children b04413e5a811
line wrap: on
line diff
--- a/libgui/src/main-window.h
+++ b/libgui/src/main-window.h
@@ -120,8 +120,6 @@
 
   void handle_new_figure_request (void);
 
-  void handle_new_variable_request (void);
-
   void handle_enter_debugger (void);
   void handle_exit_debugger (void);
   void debug_continue (void);