diff options
Diffstat (limited to 'protocols/NewsAggregator/Src/Services.cpp')
-rw-r--r-- | protocols/NewsAggregator/Src/Services.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/NewsAggregator/Src/Services.cpp b/protocols/NewsAggregator/Src/Services.cpp index aa1005d285..f809cd4058 100644 --- a/protocols/NewsAggregator/Src/Services.cpp +++ b/protocols/NewsAggregator/Src/Services.cpp @@ -62,16 +62,6 @@ int NewsAggrPreShutdown(WPARAM, LPARAM) return 0; } -INT_PTR NewsAggrGetName(WPARAM wParam, LPARAM lParam) -{ - if(lParam) { - mir_strncpy((char *)lParam, MODULENAME, wParam); - return 0; - } - - return 1; -} - INT_PTR NewsAggrGetCaps(WPARAM wp, LPARAM) { switch(wp) { |