mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
examples: fix warnings about 0 assignments to reference fields (#21133)
This commit is contained in:
parent
1400f649c9
commit
00860ebc6b
12 changed files with 9 additions and 30 deletions
|
@ -25,7 +25,6 @@ fn main() {
|
|||
}
|
||||
}
|
||||
mut app := &App{
|
||||
gg: 0
|
||||
pixels: pixels
|
||||
}
|
||||
app.gg = gg.new_context(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue