diff options
Diffstat (limited to 'commands/command_edit.h')
-rw-r--r-- | commands/command_edit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/command_edit.h b/commands/command_edit.h index aa749ceda..6c2b2f600 100644 --- a/commands/command_edit.h +++ b/commands/command_edit.h @@ -307,7 +307,6 @@ struct PasteState { class PasteDives : public Base { dive_components what; std::vector<PasteState> dives; - dive *current; public: PasteDives(const dive *d, dive_components what); private: |