r108: merged files
[ctsim.git] / include / keyboard.h
diff --git a/include/keyboard.h b/include/keyboard.h
deleted file mode 100644 (file)
index 5025e57..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-/*****************************************************************************
-**  This is part of the CTSim program
-**  Copyright (C) 1983-2000 Kevin Rosenberg
-**
-**  $Id: keyboard.h,v 1.3 2000/04/30 19:17:35 kevin Exp $
-**  $Log: keyboard.h,v $
-**  Revision 1.3  2000/04/30 19:17:35  kevin
-**  Set up include files for conditional INTERACTIVE_GRAPHICS
-**
-**  Revision 1.2  2000/04/28 14:14:16  kevin
-**  *** empty log message ***
-**
-**
-**  This program is free software; you can redistribute it and/or modify
-**  it under the terms of the GNU General Public License (version 2) as
-**  published by the Free Software Foundation.
-**
-**  This program is distributed in the hope that it will be useful,
-**  but WITHOUT ANY WARRANTY; without even the implied warranty of
-**  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-**  GNU General Public License for more details.
-**
-**  You should have received a copy of the GNU General Public License
-**  along with this program; if not, write to the Free Software
-**  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-******************************************************************************/
-/******************************************************************************
- *
- * FILE IDENTIFICATION
- *
- *     File Name:      KEYBOARD.H
- *     Author:         Kevin Rosenberg
- *     Purpose:        Header file for IBM-PC keyboard definitions
- *     Date Started:   Jan 85
- *
- * DESCRIPTION
- *
- * MODIFICATION LOG
- *
- *****************************************************************************/
-
-#ifndef KEYBOARD_H
-#define KEYBOARD_H
-
-#define KEY_BKSP        8
-#define KEY_TAB                 9
-#define KEY_RETURN     13
-#define KEY_ESCAPE     27
-
-#endif