Desktop: remove "edit dive" from log menu

Nowadays, we edit dives just by starting to enter data for the dive.
There is no need to explicitly ask to start editing the dive, using the
now removed menu option. This was a left-over of a long past history.

This is fallout from PR #1673.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2018-09-14 19:05:23 +02:00 committed by Dirk Hohndel
parent 6173ef2eb2
commit d16bcd8978
4 changed files with 1 additions and 12 deletions

View file

@ -82,7 +82,6 @@
<string>&amp;Log</string>
</property>
<addaction name="actionAddDive"/>
<addaction name="actionEditDive"/>
<addaction name="actionDivePlanner"/>
<addaction name="actionReplanDive"/>
<addaction name="copy"/>
@ -252,11 +251,6 @@
<string notr="true">Ctrl++</string>
</property>
</action>
<action name="actionEditDive">
<property name="text">
<string>&amp;Edit dive</string>
</property>
</action>
<action name="copy">
<property name="text">
<string>&amp;Copy dive components</string>