gg: vfmt gg.v

pull/7127/head
Alexander Medvednikov 2020-12-04 01:27:40 +01:00
parent e160f6e7d2
commit cae3bd7f32
1 changed files with 0 additions and 1 deletions

View File

@ -581,7 +581,6 @@ pub fn (ctx &Context) draw_empty_rounded_rect(x f32, y f32, w f32, h f32, radius
sgl.end()
}
pub fn screen_size() Size {
$if macos {
return C.gg_get_screen_size()