aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--screen.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/screen.c b/screen.c
index 6155e45..76cc843 100644
--- a/screen.c
+++ b/screen.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: screen.c,v 1.5 2008/04/16 13:35:37 oga Exp $
+ * $Id: screen.c,v 1.6 2008/05/01 18:01:13 oga Exp $
*/
#include "headers.h"
@@ -69,7 +69,4 @@ screen_updatestackingorder(void)
void
screen_init(void)
{
- struct screen_ctx *sc = screen_current();
-
- sc->cycle_client = NULL;
}