From 737d76471bfbc8d71543d9822e7403a0edd02ae3 Mon Sep 17 00:00:00 2001 From: Ruben Dashyan Date: Tue, 1 Oct 2019 09:55:43 +0200 Subject: [PATCH] [escher/layout_field] Remove unused accessor --- escher/include/escher/layout_field.h | 1 - 1 file changed, 1 deletion(-) diff --git a/escher/include/escher/layout_field.h b/escher/include/escher/layout_field.h index 1fefd2688..71f05fe6c 100644 --- a/escher/include/escher/layout_field.h +++ b/escher/include/escher/layout_field.h @@ -66,7 +66,6 @@ private: KDRect cursorRect() { return m_cursorView.frame(); } Poincare::LayoutCursor * cursor() { return &m_cursor; } const ExpressionView * expressionView() const { return &m_expressionView; } - ExpressionView * editableExpressionView() { return &m_expressionView; } void clearLayout(); /* View */ KDSize minimalSizeForOptimalDisplay() const override;