Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/General/ConnectionInfo.cs

    r3742 r4068  
    2121
    2222using System;
    23 using System.Collections.Generic;
    2423using System.Linq;
    25 using System.Text;
    2624using HeuristicLab.Common;
    2725using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     
    7674    }
    7775
    78     public override  IDeepCloneable Clone(Cloner cloner) {
     76    public override IDeepCloneable Clone(Cloner cloner) {
    7977      ConnectionInfo clone = (ConnectionInfo)base.Clone(cloner);
    8078      clone.from = (IShapeInfo)cloner.Clone(this.from);
Note: See TracChangeset for help on using the changeset viewer.