diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-17 10:27:42 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-19 00:06:00 -0800 |
commit | 6aa94687233f55a8044efe83cac82b04ab19609f (patch) | |
tree | aaa6837f409922168b12755ea66bf24074da6419 /src/mga_esc.c | |
parent | e9109a0b04695d6971c94abe271dda2dc1a5e886 (diff) |
Remove mga_esc.c vestigal stub
Previously contained MGA HAL code, was left an empty shell by the
removal of USEMGAHAL in commit 94bbeb132c7eda.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mga_esc.c')
-rw-r--r-- | src/mga_esc.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mga_esc.c b/src/mga_esc.c deleted file mode 100644 index 41b734a..0000000 --- a/src/mga_esc.c +++ /dev/null @@ -1,13 +0,0 @@ -/**************************************************************************** -* mga_esc.c -* -* ESC call implementation -* -* (C) Matrox Graphics, Inc. -*****************************************************************************/ - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -int mga_foo; |