mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 18:35:39 +00:00
taddon_connect: removed unused display argument
This commit is contained in:
parent
6612b71b8d
commit
02995731ce
@ -54,8 +54,7 @@ namespace gui2
|
||||
REGISTER_DIALOG(addon_connect)
|
||||
|
||||
taddon_connect::taddon_connect(std::string& host_name,
|
||||
const bool allow_remove,
|
||||
display*)
|
||||
const bool allow_remove)
|
||||
: allow_remove_(allow_remove)
|
||||
{
|
||||
register_text("host_name", false, host_name, true);
|
||||
|
@ -39,8 +39,7 @@ public:
|
||||
* in-game help when requested.
|
||||
*/
|
||||
taddon_connect(std::string& host_name,
|
||||
const bool allow_remove,
|
||||
display* disp = NULL);
|
||||
const bool allow_remove);
|
||||
|
||||
private:
|
||||
/** Enable the addon remove button? */
|
||||
|
Loading…
x
Reference in New Issue
Block a user