Revert "Created a new function named get_element in GridContainer. This funct…"

This commit is contained in:
Rémi Verschelde
2018-10-07 10:32:34 +02:00
committed by GitHub
parent c27b2adb10
commit cb677e57c6
2 changed files with 0 additions and 18 deletions

View File

@ -47,7 +47,6 @@ public:
void set_columns(int p_columns);
int get_columns() const;
virtual Size2 get_minimum_size() const;
Control *get_child_control_at_cell(int row, int column);
GridContainer();
};