summaryrefslogtreecommitdiff
path: root/app/cwm/conf.c
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2009-12-07 19:43:00 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2009-12-07 19:43:00 +0000
commitfd6764671828f8f75d4a18c440733b8c9c244cd6 (patch)
tree1eef0a4f2c0b495a17a6eef871234bee7857564e /app/cwm/conf.c
parentb62c1678e0cdb7ff675b35628e40f3a13ccad057 (diff)
remove unused extern
ok oga@
Diffstat (limited to 'app/cwm/conf.c')
-rw-r--r--app/cwm/conf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/cwm/conf.c b/app/cwm/conf.c
index 4331ee890..72a439f09 100644
--- a/app/cwm/conf.c
+++ b/app/cwm/conf.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: conf.c,v 1.70 2009/08/25 12:05:11 okan Exp $
+ * $Id: conf.c,v 1.71 2009/12/07 19:42:59 okan Exp $
*/
#include "headers.h"
@@ -31,8 +31,6 @@
static void conf_mouseunbind(struct conf *, struct mousebinding *);
static void conf_unbind(struct conf *, struct keybinding *);
-extern struct screen_ctx *Curscreen;
-
/* Add an command menu entry to the end of the menu */
void
conf_cmd_add(struct conf *c, char *image, char *label, int flags)