[escher/layout_field] Remove unused enum class

This commit is contained in:
Ruben Dashyan
2019-10-01 13:59:47 +02:00
committed by Léa Saviot
parent ecd6cb29f1
commit 1c668dca52

View File

@@ -68,10 +68,6 @@ private:
/* View */
KDSize minimalSizeForOptimalDisplay() const override;
private:
enum class Position {
Top,
Bottom
};
int numberOfSubviews() const override { return 2; }
View * subviewAtIndex(int index) override;
void layoutSubviews() override;