diff options
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 *); |