diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-07-22 19:52:55 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-07-22 19:52:55 +0000 |
commit | 60efd9a43a7547c06866e2ac065606593616f7db (patch) | |
tree | 6232195826d35fcc7df5b5df911e1d6869c719e7 /app | |
parent | 74e9b5061355e3553fe7641dc07439b16fa175bb (diff) |
kill another leftover prototype.
ok okan@
Diffstat (limited to 'app')
-rw-r--r-- | app/cwm/calmwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index 31d43737e..fbf552a1b 100644 --- a/app/cwm/calmwm.h +++ b/app/cwm/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.h,v 1.59 2008/07/11 15:18:29 okan Exp $ + * $Id: calmwm.h,v 1.60 2008/07/22 19:52:54 oga Exp $ */ #ifndef _CALMWM_H_ @@ -397,7 +397,6 @@ int xu_getprop(struct client_ctx *, Atom, Atom, long, char *xu_getstrprop(struct client_ctx *, Atom atm); void xu_setstate(struct client_ctx *, int); int xu_getstate(struct client_ctx *, int *); -void xu_key_grab_keycode(Window, int, int); int u_spawn(char *); void u_exec(char *); |