mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
209 stars 122 forks source link

Remove obsolete or unused functions in MantidPlot #16326

Closed tom-perkins closed 8 years ago

tom-perkins commented 8 years ago

(Found during work on #16285)

Some functions in ApplicationWindow.cpp do not seem to get called anywhere, and are probably obsolete - for example, showStandAloneHelp() which was originally meant to show the QtiPlot manual. (In this and other places, the only call to the function is commented out.)

This task is to find dead code that is no longer used and remove it.

See also: View > Preferences > General > File Locations

tom-perkins commented 8 years ago

While testing #16340, noticed another one: fitMultiPeak seems to have the places where it's added to the menu commented out?