JaredHatfield / card-surface

Automatically exported from code.google.com/p/card-surface
0 stars 0 forks source link

Event is never used. #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Rebuild the solution

What is the expected output? What do you see instead?
No errors or warnings.
Instead see:
Warning 1   The event 'CardTable.GameObjects.SurfaceAction.CanExecuteChanged' is 
never used  C:\Users\Aaron\Documents\Visual Studio 
2008\Projects\card-surface\card-surface\card-table\GameObjects\SurfaceAction.cs 
36  35  CardTable
Warning 2   The event 'CardTable.GameObjects.SurfaceAction.CanExecuteChanged' is 
never used  C:\Users\Aaron\Documents\Visual Studio 
2008\Projects\card-surface\card-surface\card-table\GameObjects\SurfaceAction.cs 
36  35  CardTable

These should not be.

Original issue reported on code.google.com by aaron7ba...@gmail.com on 29 Jun 2010 at 8:52

GoogleCodeExporter commented 9 years ago
Aaron thought you would be a good candidate for this...  And I thought you 
would be happy to receive an e-mail from Google Code. :)

Original comment by krussell...@gmail.com on 29 Jun 2010 at 8:55

GoogleCodeExporter commented 9 years ago
This is interesting...

The problem boils down to the fact that is required by the ICommand interface.  
However, the implementation of the class doesn't actually have to use that for 
anything.  I suppose I can subscribe a method that doesn't do anything to 
simply remove the warning.

Original comment by jjhatf02 on 29 Jun 2010 at 9:24

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r431.

Original comment by jjhatf02 on 29 Jun 2010 at 9:37