From 6ad12276c41958e6fdc2213c79d193987f1f39bb Mon Sep 17 00:00:00 2001
From: Frederic Culot <calcurse@culot.org>
Date: Mon, 23 Jul 2007 19:27:28 +0000
Subject: window_e enum and window_t type moved to wins.h

---
 src/vars.h | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

(limited to 'src')

diff --git a/src/vars.h b/src/vars.h
index 0eaa170..f7c2262 100755
--- a/src/vars.h
+++ b/src/vars.h
@@ -1,4 +1,4 @@
-/*	$calcurse: vars.h,v 1.13 2007/07/21 19:30:25 culot Exp $	*/
+/*	$calcurse: vars.h,v 1.14 2007/07/23 19:27:28 culot Exp $	*/
 
 /*
  * Calcurse - text-based organizer
@@ -53,15 +53,6 @@
 
 #define STATUSHEIGHT	2
 
-enum window_e {
-	CALENDAR, 
-	APPOINTMENT, 
-	TODO,
-	NOTIFY,
-	STATUS,
-	NBWINS
-};
-
 struct pad_s {
 	int width;
 	int length;
@@ -90,14 +81,6 @@ typedef struct {
 	int layout;
 } conf_t;
 
-/* Window properties */
-typedef struct {
-	unsigned w;	/* width */
-	unsigned h;	/* height */
-	int	 x;	/* x position */
-	int	 y;	/* y position */
-} window_t;
-
 extern int 		col, row;
 extern bool 		colorize;
 extern int 		days[12];
-- 
cgit v1.2.3-70-g09d2