aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.c
diff options
context:
space:
mode:
authoroga2008-03-22 15:09:45 +0000
committeroga2008-03-22 15:09:45 +0000
commit1044969d95f81efbb7805851bac300fc12864ba2 (patch)
tree856de2c6125b7d6f837dbe5a9f776924a4a0977b /calmwm.c
parent200c48963c22fe4070b8fcf11f2c32f0b6d97a62 (diff)
downloadcwm-1044969d95f81efbb7805851bac300fc12864ba2.tar.gz
Rip out, burn, and dance around the grave of group-edit mode.
I've yet to speak to anyone who uses it, so just kill it. You can still add/remove from groups using the mouse binding. Groups may get a re-work sometime soon if i have a stroke of genius. knocks about 4k off the i386 binary for me. ok okan@, todd@.
Diffstat (limited to '')
-rw-r--r--calmwm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/calmwm.c b/calmwm.c
index a155924..680acb4 100644
--- a/calmwm.c
+++ b/calmwm.c
@@ -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.c,v 1.11 2008/03/22 14:09:02 oga Exp $
+ * $Id: calmwm.c,v 1.12 2008/03/22 15:09:45 oga Exp $
*/
#include "headers.h"
@@ -119,7 +119,6 @@ x_setup(char *display_name)
{
int i;
struct screen_ctx *sc;
- char *fontname;
TAILQ_INIT(&Screenq);