diff options
Diffstat (limited to 'plugins/Quotes/src/Forex.cpp')
-rw-r--r-- | plugins/Quotes/src/Forex.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Quotes/src/Forex.cpp b/plugins/Quotes/src/Forex.cpp index a33c542419..32ffb684a8 100644 --- a/plugins/Quotes/src/Forex.cpp +++ b/plugins/Quotes/src/Forex.cpp @@ -276,11 +276,6 @@ int QuotesEventFunc_OptInitialise(WPARAM wp, LPARAM/* lp*/) return 0;
}
-inline int Quotes_DestroyServiceFunction(HANDLE h)
-{
- return DestroyServiceFunction(h);
-}
-
inline int Quotes_UnhookEvent(HANDLE h)
{
return UnhookEvent(h);
|