Skip to content

Commit

Permalink
Cleaned solution comments and files not used
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemkr committed Sep 24, 2019
1 parent 07dcd23 commit 050d145
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion QuickLayout.Core/ViewModels/TipViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public int Generosity
{
_generosity = Limit(value);
InvokeOnMainThreadAsync(() => RaisePropertyChanged(() => Generosity));
//MvxAsyncDispatcher.BeginAsync();
Recalcuate();
}
}
Expand Down
30 changes: 0 additions & 30 deletions QuickLayout.Touch/DebugTrace.cs

This file was deleted.

1 change: 0 additions & 1 deletion QuickLayout.Touch/QuickLayout.Touch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<MtouchArch>ARMv7</MtouchArch>
</PropertyGroup>
<ItemGroup>
<Compile Include="DebugTrace.cs" />
<Compile Include="LinkerPleaseInclude.cs" />
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
Expand Down

0 comments on commit 050d145

Please sign in to comment.