diff options
Diffstat (limited to 'src/lib/formats/atarist_dsk.h')
-rw-r--r-- | src/lib/formats/atarist_dsk.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/lib/formats/atarist_dsk.h b/src/lib/formats/atarist_dsk.h deleted file mode 100644 index 6c86e456a5b..00000000000 --- a/src/lib/formats/atarist_dsk.h +++ /dev/null @@ -1,20 +0,0 @@ -// license:BSD-3-Clause -// copyright-holders:Miodrag Milanovic -/********************************************************************* - - formats/atarist_dsk.h - - atarist disk images - -*********************************************************************/ - -#ifndef ATARIST_DSK_H -#define ATARIST_DSK_H - -#include "flopimg.h" - -/**************************************************************************/ - -LEGACY_FLOPPY_OPTIONS_EXTERN(atarist); - -#endif /* ATARIST_DSK_H */ |