]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/grouppholder.c
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / ioncore / grouppholder.c
index d92c5b4dbab0ad4c9ec27c01d14be16521f2b6f2..3c2ed30d244334d13a44a2e0a6f227ced3225e5e 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/ioncore/grouppholder.c
  *
- * Copyright (c) Tuomo Valkonen 2005-2006
+ * Copyright (c) Tuomo Valkonen 2005-2007
  *
- * Ion is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
+ * See the included file LICENSE for details.
  */
 
 #include <libtu/objp.h>
@@ -73,9 +70,7 @@ bool grouppholder_init(WGroupPHolder *ph, WGroup *ws,
         if(st->above!=NULL && st->above->reg!=NULL)
             ph->param.stack_above=st->above->reg;
         
-        ph->param.modal=FALSE;
         ph->param.bottom=(st==ws->bottom);
-        /*ph->passive=FALSE;*/
     }else{
         ph->param=*param;
     }