# HG changeset patch # User arg@mig29 # Date 1164902499 -3600 # Node ID 16ec97b95b4fc20a395c272cf8398ce5752bb732 # Parent 9304ea275b1a368196f291b8cd240a4bd57ad014 removed viewall signature from dwm.h diff -r 9304ea275b1a -r 16ec97b95b4f dwm.h --- a/dwm.h Thu Nov 30 15:51:26 2006 +0100 +++ b/dwm.h Thu Nov 30 17:01:39 2006 +0100 @@ -168,5 +168,4 @@ extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ extern void view(Arg *arg); /* views the tag with arg's index */ -extern void viewall(Arg *arg); /* views all tags, arg is ignored */ extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is ignored */