mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Remove "index" argument from get_count()
Argument is not used, I suspect it ended up here as part of an abusive copy-paste!
This commit is contained in:
parent
223608479b
commit
facd97c107
@ -90,7 +90,7 @@ namespace webui {
|
||||
// ------ Event methods `e->xxx()` ------
|
||||
|
||||
// Get how many arguments there are in an event.
|
||||
size_t get_count(size_t index = 0) {
|
||||
size_t get_count() {
|
||||
return webui_get_count(this);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user