summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlptty_win32.cpp
diff options
context:
space:
mode:
author therealmogminer@gmail.com <therealmogminer@gmail.com>2016-03-21 08:27:06 +0100
committer therealmogminer@gmail.com <therealmogminer@gmail.com>2016-03-21 08:27:06 +0100
commita99df788017c2bf5a56034d4f9152bf8ab95a168 (patch)
tree3beec27b413c75b8f9f88199519e45fd07959bf8 /src/osd/sdl/sdlptty_win32.cpp
parentb224d9a77ad6483daf2b60b75dbdc323a3bcd4b0 (diff)
parent3afd990226a2c647290579bebb5537bd0fd3faac (diff)
Merge with master
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"