Skip to content

Commit f303a51

Browse files
committed
stuff
1 parent 62c6062 commit f303a51

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ruisapp/glue/windows/display.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ display_wrapper::window_class_wrapper::window_class_wrapper(
332332
window_class_name(window_class_name)
333333
{
334334
WNDCLASS wc;
335-
// TODO: get rid of memset?
336-
memset(&wc, 0, sizeof(wc));
337335

338336
wc.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC; // redraw on resize, own DC for window
339337
wc.lpfnWndProc = window_procedure;

0 commit comments

Comments
 (0)