diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-11-26 21:37:13 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-11-26 21:37:13 +0000 |
commit | 4ca857e0e922d0afeb7896ff62e9f47c0c36c535 (patch) | |
tree | 03a930475b6ada864aa9d2d72378b66f9a9fbdf0 /window-copy.c | |
parent | 621dabd44e36c4bfdcd56e9e9730a9e10677e2bd (diff) | |
download | rtmux-4ca857e0e922d0afeb7896ff62e9f47c0c36c535.tar.gz rtmux-4ca857e0e922d0afeb7896ff62e9f47c0c36c535.tar.bz2 rtmux-4ca857e0e922d0afeb7896ff62e9f47c0c36c535.zip |
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
the rest to reduce lint output.
Diffstat (limited to 'window-copy.c')
-rw-r--r-- | window-copy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/window-copy.c b/window-copy.c index dba57256..ec1d8e4a 100644 --- a/window-copy.c +++ b/window-copy.c @@ -435,6 +435,7 @@ window_copy_key_input(struct window_pane *wp, int key) return (0); } +/* ARGSUSED */ void window_copy_mouse( struct window_pane *wp, unused struct client *c, struct mouse_event *m) |