aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2008-04-09 18:10:47 +0000
committerokan2008-04-09 18:10:47 +0000
commit00b5e927adcf960e2d9e810f65c0a460e40d467c (patch)
tree5a7977c2499358b708c1c7d6762855267bbd7ccc /calmwm.h
parentd56e6a11e983b4dba8804af94848f249685247e3 (diff)
downloadcwm-00b5e927adcf960e2d9e810f65c0a460e40d467c.tar.gz
remove alt-tab menu
discussed with a few ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 1bf3f22..3c7b21a 100644
--- a/calmwm.h
+++ b/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.27 2008/04/07 23:47:09 simon Exp $
+ * $Id: calmwm.h,v 1.28 2008/04/09 18:10:47 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -352,7 +352,6 @@ Pixmap client_bg_pixmap(struct client_ctx *);
void client_map(struct client_ctx *cc);
void client_mtf(struct client_ctx *cc);
struct client_ctx *client_cyclenext(int reverse);
-void client_cycleinfo(struct client_ctx *cc);
void client_altrelease();
struct client_ctx *client_mrunext(struct client_ctx *cc);
struct client_ctx *client_mruprev(struct client_ctx *cc);