summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlptty_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/sdlptty_win32.cpp')
-rw-r--r--src/osd/sdl/sdlptty_win32.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/osd/sdl/sdlptty_win32.cpp b/src/osd/sdl/sdlptty_win32.cpp
deleted file mode 100644
index fca49a12a99..00000000000
--- a/src/osd/sdl/sdlptty_win32.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-// license:BSD-3-Clause
-// copyright-holders:Olivier Galibert, R. Belmont
-//============================================================
-//
-// sdlptty_win32 - SDL psuedo tty access functions
-// (passthrough to Windows OSD version)
-//
-// SDLMAME by Olivier Galibert and R. Belmont
-//
-//============================================================
-
-#include "../windows/winptty.cpp"