COIN-OR::LEMON - Graph Library

Changeset 158:aa50a64b3a6e in glemon-0.x


Ignore:
Timestamp:
10/02/06 21:00:23 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2971
Message:

Two redundant lines were removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main_win.cc

    r157 r158  
    360360  double width;
    361361  double radius;
    362   double unit;
    363362  tabs[active_tab]->getView(autoscale, zoomtrack, width, radius);
    364363  edge_width->set_value(width);
     
    534533  double width=edge_width->get_value();
    535534  double radius=radius_size->get_value();
    536   double unit;
    537535  bool zoomtrack=zoom_track->get_active();
    538536  bool autoscale=auto_scale->get_active();
Note: See TracChangeset for help on using the changeset viewer.