]> Pileus Git - lackey/blobdiff - src/view.h
Output cal field for ical events and todos
[lackey] / src / view.h
index 25e9aaafb84d30ad9ca6e41ecc36330285339439..3643663faedd570856b61c4f6bcb2b838b26a203 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2012-2013 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,8 +30,6 @@
 
 /* Config data */
 extern int COMPACT;
-extern int ACTIVE;
-extern int POPUP;
 
 /* Curses functions */
 void wmvresize(WINDOW *win, int top, int left, int rows, int cols);