aboutsummaryrefslogtreecommitdiffstats
path: root/commands/command_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands/command_edit.h')
-rw-r--r--commands/command_edit.h1
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: