diff options
author | 2011-09-28 13:50:08 +0000 | |
---|---|---|
committer | 2011-09-28 13:50:08 +0000 | |
commit | 0ce41d3fbd9e929e3a237db7d455498812da8a6b (patch) | |
tree | 741fd604909601b85b60ffc7d5647b71d8604421 /src/emu/rendlay.h | |
parent | d662684539700d56c1039aab6746a1b191c90f7f (diff) |
First, let put things back (no whatsnew)
Diffstat (limited to 'src/emu/rendlay.h')
-rw-r--r-- | src/emu/rendlay.h | 4 |
1 files changed, 1 insertions, 3 deletions
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<layout_element> &elemlist, int rep_x = 0, int rep_y = 0); + item(running_machine &machine, xml_data_node &itemnode, simple_list<layout_element> &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 |