From bd5145368593e09460d4461256ee4f934b2ebf26 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Fri, 14 Oct 2011 05:45:42 +0200 Subject: remove cruft cruft includes: - module header comments (yikes..) - author attributes (sorry luke) - old guard tests --- src/edit_input.erl | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/edit_input.erl') diff --git a/src/edit_input.erl b/src/edit_input.erl index 2f0990a..e1b4b06 100644 --- a/src/edit_input.erl +++ b/src/edit_input.erl @@ -1,14 +1,6 @@ -%%%---------------------------------------------------------------------- -%%% File : edit_input.erl -%%% Author : Luke Gorrie -%%% Purpose : Keyboard input server -%%% Created : 22 Jan 2001 by Luke Gorrie -%%%---------------------------------------------------------------------- - -module(edit_input). --author('luke@bluetail.com'). --include_lib("ermacs/include/edit.hrl"). +-include("edit.hrl"). -export([start_link/1, loop/1]). -- cgit v1.2.3