dwm-meillo

changeset 596:16ec97b95b4f

removed viewall signature from dwm.h
author arg@mig29
date Thu, 30 Nov 2006 17:01:39 +0100
parents 9304ea275b1a
children 7a48d1f06223
files dwm.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/dwm.h	Thu Nov 30 15:51:26 2006 +0100
     1.2 +++ b/dwm.h	Thu Nov 30 17:01:39 2006 +0100
     1.3 @@ -168,5 +168,4 @@
     1.4  extern void togglemode(Arg *arg);		/* toggles global arrange function (dotile/dofloat) */
     1.5  extern void toggleview(Arg *arg);		/* toggles the tag with arg's index (in)visible */
     1.6  extern void view(Arg *arg);			/* views the tag with arg's index */
     1.7 -extern void viewall(Arg *arg);			/* views all tags, arg is ignored */
     1.8  extern void zoom(Arg *arg);			/* zooms the focused client to master area, arg is ignored */