Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/14 17:42:44 (10 years ago)
Author:
mkommend
Message:

#2206: Clean up of data preprocessing code (removed unused code, used more appropriate collections, hiding of the backtransform button of symreg models).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.4/Implementations/DataGridContent.cs

    r11002 r11070  
    2323using System.Collections.Generic;
    2424using System.Drawing;
    25 using System.Globalization;
    2625using System.Linq;
    2726using HeuristicLab.Common;
    2827using HeuristicLab.Core;
    29 using HeuristicLab.Data;
    3028
    3129namespace HeuristicLab.DataPreprocessing {
     
    9593
    9694
    97     private IDictionary<int, IList<int>> selection;
    9895    public IDictionary<int, IList<int>> Selection {
    9996      get { return PreProcessingData.Selection; }
     
    145142
    146143    #region unused stuff/not implemented but necessary due to IStringConvertibleMatrix
    147 
     144#pragma warning disable 0067
    148145    // Is not used since DataGridContentView overrides dataGridView_CellValidating and uses
    149146    // DataGridLogic#Validate(string value, out string errorMessage, int columnIndex)
     
    160157    public event EventHandler<EventArgs<int, int>> ItemChanged;
    161158    public event EventHandler Reset;
     159
     160#pragma warning restore 0067
    162161    #endregion
    163162
Note: See TracChangeset for help on using the changeset viewer.