Changeset 717

Show
Ignore:
Timestamp:
07/27/08 07:08:02 (6 months ago)
Author:
tom
Message:

Remove unused variable.

Patch from Jon Burgess <jburgess777@…>.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/placement_finder.cpp

    r716 r717  
    235235      if (wrap_at < string_width && p.info.num_characters() > 0) 
    236236      { 
    237          int line_count=0;  
    238237         int last_space = 0; 
    239238         string_width = 0; 
     
    251250            word_width += ci.width; 
    252251            word_height = word_height > ci.height ? word_height : ci.height; 
    253             ++line_count; 
    254252         
    255253            if (c == ' ') 
     
    268266               line_widths.push_back(line_width); 
    269267               ii = last_space; 
    270                line_count = 0; 
    271268               line_width = 0; 
    272269               line_height = 0;