We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c6062 commit f303a51Copy full SHA for f303a51
1 file changed
src/ruisapp/glue/windows/display.cxx
@@ -332,8 +332,6 @@ display_wrapper::window_class_wrapper::window_class_wrapper(
332
window_class_name(window_class_name)
333
{
334
WNDCLASS wc;
335
- // TODO: get rid of memset?
336
- memset(&wc, 0, sizeof(wc));
337
338
wc.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC; // redraw on resize, own DC for window
339
wc.lpfnWndProc = window_procedure;
0 commit comments