~s-cecilio/lenmus/trunk

« back to all changes in this revision

Viewing changes to lomse/trunk/src/render/lomse_screen_drawer.cpp

  • Committer: Cecilio Salmeron
  • Date: 2016-02-04 10:15:44 UTC
  • Revision ID: s.cecilios@gmail.com-20160204101544-wdodav3eyyej64ga
Prepare for GitHub migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
782
782
}
783
783
 
784
784
//---------------------------------------------------------------------------------------
785
 
void ScreenDrawer::add_path(VertexSource& vs,  unsigned path_id, bool solid_path)
 
785
void ScreenDrawer::add_path(VertexSource& vs,  unsigned path_id,
 
786
                            bool UNUSED(solid_path))
786
787
{
787
788
    m_path.concat_path(vs, path_id);
788
789
}