mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-04 16:40:49 +02:00
cmwind: ARGSUSED/UNUSED annotation on CMWreposition (newScreenArea unused)
This commit is contained in:
committed by
R. Timothy Edwards
parent
8e8fada32f
commit
02087ea3f8
+2
-1
@@ -217,10 +217,11 @@ CMWdelete(
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
/*ARGSUSED*/
|
||||
void
|
||||
CMWreposition(
|
||||
MagWindow *window,
|
||||
Rect *newScreenArea,
|
||||
Rect *newScreenArea, /* UNUSED */
|
||||
bool final)
|
||||
{
|
||||
if (final)
|
||||
|
||||
Reference in New Issue
Block a user