~loic.molinari/nux/nux-sigc-trackable-base-class

« back to all changes in this revision

Viewing changes to Nux/GridVLayout.cpp

  • Committer: Jay Taoko
  • Date: 2011-01-19 14:50:28 UTC
  • Revision ID: jay.taoko@canonical.com-20110119145028-pupb5oecy543q5gl
* Removed unused variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
    }
124
124
 
125
125
    t_s32 original_width = GetBaseWidth();
126
 
    bool unadjusted_layout = false;
127
126
 
128
127
    nux::Geometry base = GetGeometry();
129
128
    it = _layout_element_list.begin();
236
235
  void GridVLayout::ProcessDraw (GraphicsEngine &GfxContext, bool force_draw)
237
236
  {
238
237
    std::list<Area *>::iterator it = _layout_element_list.begin ();
239
 
    int num_elements = (int) _layout_element_list.size ();
240
238
 
241
239
    Geometry base = GetGeometry ();
242
240
    GfxContext.PushClippingRectangle (base);