Removed unnecessary method, PR #4796

This commit is contained in:
Morgan Hardwood
2018-09-12 13:16:17 +02:00
parent dc34658683
commit ef0d9fac99
3 changed files with 2 additions and 10 deletions

View File

@@ -268,9 +268,6 @@ public:
/// Set the collapsed/expanded state of the expander
void set_expanded( bool expanded );
// Set whether the expander should be grayed-out.
void setSensitive(bool makeSensitive);
/// Get the collapsed/expanded state of the expander
bool get_expanded();