Ticket #8005 (closed: fixed)
Remove "Use new-style Python" checkbox in MantidPlot preferences
Reported by: | Russell Taylor | Owned by: | Russell Taylor |
---|---|---|---|
Priority: | minor | Milestone: | Release 3.0 |
Component: | GUI | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Martyn Gigg |
Description (last modified by Russell Taylor) (diff)
I noticed that this is still there following the removal of the v1 API in #7607. This is clearly in error, so remove it.
It value of this preference was previously being read in mantidplotrc.py - that code has now been removed so nothing is looking at the preference.
Attachments
Change History
comment:1 Changed 7 years ago by Russell Taylor
- Status changed from new to inprogress
- Description modified (diff)
comment:2 Changed 7 years ago by Russell Taylor
Re #8005. Remove MantidPlot preference for choosing Python API.
Now obsolete with the removal of the v1 API. Nothing was looking at it.
Changeset: 551d510f7a479cea049e84f97231691ad027bc87
comment:3 Changed 7 years ago by Russell Taylor
- Status changed from inprogress to verify
- Resolution set to fixed
Tester: Before testing, observe the "Use new-style Python" option in the preferences dialog (see attached screenshot). See that it is gone after testing. If you want, you can search for code that reads the 'APIVersion' setting (you won't find any).
comment:4 Changed 7 years ago by Martyn Gigg
- Status changed from verify to verifying
- Tester set to Martyn Gigg
comment:5 Changed 7 years ago by Martyn Gigg
Option is gone and no APIVersion references exist.
Thanks for clearing this one up.