modeless_dialog: Remove now-unnecessary friend declaration
This commit is contained in:
parent
247e5ff055
commit
6ad4cd4a31
1 changed files with 0 additions and 8 deletions
|
@ -40,14 +40,6 @@ class modeless_dialog : public window
|
|||
*/
|
||||
friend std::string unit_test_mark_popup_as_tested(const modeless_dialog& dialog);
|
||||
|
||||
/**
|
||||
* Special helper function for the unit test to the the window.
|
||||
*
|
||||
* This is used in the unit tests, but these implementation details
|
||||
* shouldn't be used in the normal code.
|
||||
*/
|
||||
friend window* unit_test_window(const modeless_dialog& dialog);
|
||||
|
||||
public:
|
||||
explicit modeless_dialog(const std::string& window_id);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue