Clean-up
This commit is contained in:
parent
3333b4baa2
commit
adc9e4efe4
@ -17,7 +17,6 @@ namespace TBF.BenchControl.TestMethods.Endurance
|
||||
|
||||
/// Used when re-scaling the dialog: 100% = 96dpi, 125% = 120dpi, 150% = 144dpi
|
||||
public readonly int Dpi;
|
||||
public const int Dpi100pct = 96;
|
||||
|
||||
/// <summary>
|
||||
/// Transition sequences to be updated by this dialog.
|
||||
|
||||
@ -24,7 +24,6 @@ namespace TBF.UI.Bench.Conditions
|
||||
|
||||
/// Used when re-scaling the dialog: 100% = 96dpi, 125% = 120dpi, 150% = 144dpi
|
||||
public readonly int Dpi;
|
||||
public const int Dpi100pct = 96;
|
||||
|
||||
/// <summary>
|
||||
/// Fluent-NHibernate database session
|
||||
|
||||
@ -23,7 +23,6 @@ namespace TBF.UI.Bench.Transitions
|
||||
|
||||
/// Used when re-scaling the dialog: 100% = 96dpi, 125% = 120dpi, 150% = 144dpi
|
||||
public readonly int Dpi;
|
||||
public const int Dpi100pct = 96;
|
||||
|
||||
/// <summary>
|
||||
/// Fluent-NHibernate database session
|
||||
|
||||
Loading…
Reference in New Issue
Block a user