Delete deprecated files
This commit is contained in:
parent
a7c5be3e02
commit
fac76e72f5
|
@ -1,15 +0,0 @@
|
|||
/*
|
||||
4coder_arena.cpp - Preversioning
|
||||
no warranty implied; use at your own risk
|
||||
|
||||
This software is in the public domain. Where that dedication is not
|
||||
recognized, you are granted a perpetual, irrevocable license to copy,
|
||||
distribute, and modify this file as you see fit.
|
||||
*/
|
||||
|
||||
// TOP
|
||||
|
||||
#error Deprecated file
|
||||
|
||||
// BOTTOM
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
/*
|
||||
4coder_arena.h - Preversioning
|
||||
no warranty implied; use at your own risk
|
||||
|
||||
This software is in the public domain. Where that dedication is not
|
||||
recognized, you are granted a perpetual, irrevocable license to copy,
|
||||
distribute, and modify this file as you see fit.
|
||||
*/
|
||||
|
||||
// TOP
|
||||
|
||||
#if !defined(FCODER_ARENA_H)
|
||||
#define FCODER_ARENA_H
|
||||
|
||||
#error Deprecated file
|
||||
|
||||
#endif
|
||||
|
||||
// BOTTOM
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
/*
|
||||
4coder_table.h - Preversioning
|
||||
no warranty implied; use at your own risk
|
||||
|
||||
This software is in the public domain. Where that dedication is not
|
||||
recognized, you are granted a perpetual, irrevocable license to copy,
|
||||
distribute, and modify this file as you see fit.
|
||||
*/
|
||||
|
||||
// TOP
|
||||
|
||||
#if !defined(FCODER_TABLE_H)
|
||||
#define FCODER_TABLE_H
|
||||
|
||||
#error Deprecated file
|
||||
|
||||
#endif
|
||||
|
||||
// BOTTOM
|
||||
|
Loading…
Reference in New Issue