diff options
author | okan | 2009-01-17 20:39:24 +0000 |
---|---|---|
committer | okan | 2009-01-17 20:39:24 +0000 |
commit | 57a05ccfccfb9498ff8505fb66ea7906f78ccec8 (patch) | |
tree | 82b228c4d34f4bacd2479527819d567fb6be5958 /calmwm.h | |
parent | c884a8ede0189efae770501fa9abbc837f6d6464 (diff) | |
download | cwm-57a05ccfccfb9498ff8505fb66ea7906f78ccec8.tar.gz |
remove unused
ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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.75 2009/01/17 18:41:50 oga Exp $ + * $Id: calmwm.h,v 1.76 2009/01/17 20:39:24 okan Exp $ */ #ifndef _CALMWM_H_ @@ -321,7 +321,6 @@ void client_send_delete(struct client_ctx *); struct client_ctx *client_current(void); void client_hide(struct client_ctx *); void client_unhide(struct client_ctx *); -void client_nocurrent(void); void client_setname(struct client_ctx *); void client_warp(struct client_ctx *); void client_ptrwarp(struct client_ctx *); |