mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
remove test block
This commit is contained in:
parent
56fc4eddbd
commit
a8b28ca32b
1 changed files with 0 additions and 3 deletions
|
|
@ -747,9 +747,6 @@ draw_window_logo(ssize_t vao_idx, OSWindow *os_window, const WindowLogoRenderDat
|
|||
|
||||
logo_height_gl = gl_size(scaled_wl_height, os_window->viewport_height);
|
||||
logo_width_gl = gl_size(scaled_wl_width, os_window->viewport_width);
|
||||
} else {
|
||||
logo_height_gl = 0;
|
||||
logo_width_gl = 0;
|
||||
}
|
||||
|
||||
GLfloat logo_left_gl = clamp_position_to_nearest_pixel(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue