Removed commented out progression start events entirely in progress tracking framework, no cases found were it would have been of use
git-svn-id: file:///srv/devel/repo-conversion/nusu@46 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
c230f0ce7c
commit
99312edc17
6 changed files with 0 additions and 78 deletions
|
@ -66,10 +66,6 @@ namespace Nuclex.Support.Scheduling {
|
|||
/// <summary>Invokes the delegate passed as an argument</summary>
|
||||
/// <param name="state">Not used</param>
|
||||
private void callMethod(object state) {
|
||||
#if PROGRESSION_STARTABLE
|
||||
OnAsyncStarted();
|
||||
#endif
|
||||
|
||||
try {
|
||||
Execute();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue