diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Editor.h b/src/Editor.h index fc3a84ecd..d4f997af6 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -284,8 +284,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void InvalidateStyleRedraw(); void RefreshStyleData(); void SetRepresentations(); - void DropGraphics(bool freeObjects) noexcept; - void AllocateGraphics(); + void DropGraphics() noexcept; // The top left visible point in main window coordinates. Will be 0,0 except for // scroll views where it will be equivalent to the current scroll position. |