commit e7c0faf5a3c06a5ac746f6ee5b2931f89caf281e
parent 32390f8975d9eef6fd3e96433d6d105ad151af22
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date: Fri, 17 Mar 2023 15:32:26 +0800
bind: remove obsolete comment
I decided to add all the method pointers to completeness.
Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/internal/bind/interfaces.go b/internal/bind/interfaces.go
@@ -48,7 +48,6 @@ type IToastNotification struct {
lpVtbl *IToastNotificationVtbl
}
-// IToastNotificationVtbl is empty because we don't care, as of now, about calling its methods.
type IToastNotificationVtbl struct {
ole.IInspectableVtbl
}