cmwind: ARGSUSED/UNUSED annotation on CMWreposition (newScreenArea unused)
This commit is contained in:
parent
8e8fada32f
commit
02087ea3f8
|
|
@ -217,10 +217,11 @@ CMWdelete(
|
|||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
CMWreposition(
|
||||
MagWindow *window,
|
||||
Rect *newScreenArea,
|
||||
Rect *newScreenArea, /* UNUSED */
|
||||
bool final)
|
||||
{
|
||||
if (final)
|
||||
|
|
|
|||
Loading…
Reference in New Issue