diff libgui/graphics/Figure.h @ 20113:2d638e67aeef

remove Qt figure window menu items that won't work for 4.0.0 release * Figure.h, Figure.cc (Figure::createFigureToolBarAndMenuBar): Don't add Cut and Paste menu items to the edit menu. (Figure::editCut, Figure::editPaste): Delete private slot functions.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Apr 2015 23:32:07 -0400
parents f0e61a67ad9f
children 27c0285828f8
line wrap: on
line diff
--- a/libgui/graphics/Figure.h	Sat Apr 11 17:25:35 2015 +0200
+++ b/libgui/graphics/Figure.h	Tue Apr 14 23:32:07 2015 -0400
@@ -116,8 +116,6 @@
   void fileSaveFigureAs (void);
   void fileCloseFigure (void);
   void editCopy (void);
-  void editCut (void);
-  void editPaste (void);
   void helpAboutQtHandles (void);
   void updateMenuBar (void);
   void updateContainer (void);