Skip to content

Commit 050d145

Browse files
committed
Cleaned solution comments and files not used
1 parent 07dcd23 commit 050d145

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

QuickLayout.Core/ViewModels/TipViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public int Generosity
3838
{
3939
_generosity = Limit(value);
4040
InvokeOnMainThreadAsync(() => RaisePropertyChanged(() => Generosity));
41-
//MvxAsyncDispatcher.BeginAsync();
4241
Recalcuate();
4342
}
4443
}

QuickLayout.Touch/DebugTrace.cs

Lines changed: 0 additions & 30 deletions
This file was deleted.

QuickLayout.Touch/QuickLayout.Touch.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
<MtouchArch>ARMv7</MtouchArch>
8686
</PropertyGroup>
8787
<ItemGroup>
88-
<Compile Include="DebugTrace.cs" />
8988
<Compile Include="LinkerPleaseInclude.cs" />
9089
<Compile Include="Main.cs" />
9190
<Compile Include="AppDelegate.cs" />

0 commit comments

Comments
 (0)