comparison gui/interface.c @ 33541:729826b857cf

Avoid compiler warnings. Remove unused parameter, use passed parameter instead of global variable or tag variable as unused to avoid warnings of unused variables.
author ib
date Thu, 16 Jun 2011 13:09:52 +0000
parents 7ced3616af42
children 107084241b00
comparison
equal deleted inserted replaced
33540:0dec83e053cc 33541:729826b857cf
564 mixer = mpctx_get_mixer(guiIntfStruct.mpcontext); 564 mixer = mpctx_get_mixer(guiIntfStruct.mpcontext);
565 565
566 switch (type) { 566 switch (type) {
567 case guiXEvent: 567 case guiXEvent:
568 guiIntfStruct.event_struct = arg; 568 guiIntfStruct.event_struct = arg;
569 wsEvents(wsDisplay, arg, NULL); 569 wsEvents(wsDisplay, arg);
570 gtkEventHandling(); 570 gtkEventHandling();
571 break; 571 break;
572 572
573 case guiCEvent: 573 case guiCEvent:
574 574