aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 655184a31..a6a484ede 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -178,8 +178,6 @@ constexpr XYScrollOptions operator|(XYScrollOptions a, XYScrollOptions b) noexce
return static_cast<XYScrollOptions>(static_cast<int>(a) | static_cast<int>(b));
}
-struct SelectionStack;
-
/**
*/
class Editor : public EditModel, public DocWatcher {