diff --git a/ui/examples/02_drop/drop.go b/ui/examples/02_drop/drop.go index 91b5d06..5a288e9 100644 --- a/ui/examples/02_drop/drop.go +++ b/ui/examples/02_drop/drop.go @@ -69,7 +69,6 @@ func newCircle() ui.ImageSource { func (d *dropFiles) Init(ctx ui.Context) error { d.ctx = ctx - drop.Register(d) _, err := ctx.Fonts().CreateFontPath("default", "../resources/font/OpenSans-Regular.ttf", 14) if err != nil {