Skip to content

Commit

Permalink
rm redundant parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
deput committed Jul 6, 2017
1 parent 547827c commit fc14139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RWTaskKit/Core/RWTaskManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ interface Task: RWScheduledTask @end\
@end


#define notification(Task, TaskPriority, NotificationKey) \
#define notification(Task, NotificationKey) \
interface Task: RWNotificationTask @end\
@implementation Task\
+ (void) load{\
registerNotificationTask(self,NotificationKey);\
}\
+ (RWTaskPriority) priority\
{\
return TaskPriority;\
return RWTaskPriorityDefault;\
}\
+ (RWTaskEvent) triggerEvent\
{\
Expand Down

0 comments on commit fc14139

Please sign in to comment.