Skip to content

Commit 0029457

Browse files
committed
Remove obsolete comment
1 parent d2f294c commit 0029457

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/lsp/language/hover.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ export component Test { // not docs
348348
);
349349
assert_tooltip(
350350
get_tooltip(&mut dc, find_tk("row-pointer-event", 0.into())),
351-
// Fixme: this uses LogicalPoint instead of Point because of implementation details
352351
"```slint\ncallback row-pointer-event(row: int, event: PointerEvent, position: Point)\n```",
353352
);
354353
assert_tooltip(

0 commit comments

Comments
 (0)