From 6a5b41203e45d565b58b1e39e86f0e290cabdc20 Mon Sep 17 00:00:00 2001
From: "Anselm R. Garbe" <arg@suckless.org>
Date: Tue, 16 Jan 2007 11:26:15 +0100
Subject: [PATCH] removed firefox rule from default.h

---
 config.default.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config.default.h b/config.default.h
index e8df621..fd7f2a9 100644
--- a/config.default.h
+++ b/config.default.h
@@ -82,6 +82,5 @@ static Key key[] = { \
 #define RULES \
 static Rule rule[] = { \
 	/* class:instance:title regex	tags regex	isfloat */ \
-	{ "Firefox.*",			"2",		False }, \
 	{ "Gimp.*",			NULL,		True }, \
 };