From 0ce41d3fbd9e929e3a237db7d455498812da8a6b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 28 Sep 2011 13:50:08 +0000 Subject: First, let put things back (no whatsnew) --- src/emu/rendlay.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/emu/rendlay.h') diff --git a/src/emu/rendlay.h b/src/emu/rendlay.h index a780b5a9d6c..a52ca46205f 100644 --- a/src/emu/rendlay.h +++ b/src/emu/rendlay.h @@ -202,7 +202,7 @@ public: public: // construction/destruction - item(running_machine &machine, xml_data_node &itemnode, simple_list &elemlist, int rep_x = 0, int rep_y = 0); + item(running_machine &machine, xml_data_node &itemnode, simple_list &elemlist); virtual ~item(); // getters @@ -231,8 +231,6 @@ public: render_bounds m_bounds; // bounds of the item render_bounds m_rawbounds; // raw (original) bounds of the item render_color m_color; // color of the item - int m_repeatx; // repeating element on horizontal - int m_repeaty; // repeating element on vertical }; // construction/destruction -- cgit v1.2.3-70-g09d2