summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/pcw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/pcw.c')
-rw-r--r--src/mess/video/pcw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/video/pcw.c b/src/mess/video/pcw.c
index 646ad940905..ff4ef0c02f7 100644
--- a/src/mess/video/pcw.c
+++ b/src/mess/video/pcw.c
@@ -167,7 +167,6 @@ UINT32 pcw_state::screen_update_pcw(screen_device &screen, bitmap_ind16 &bitmap,
UINT32 pcw_state::screen_update_pcw_printer(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
// printer output
INT32 feed;
rectangle rect(0, PCW_PRINTER_WIDTH - 1, 0, PCW_PRINTER_HEIGHT - 1);