diff options
author | George Hazan <george.hazan@gmail.com> | 2024-09-02 20:42:37 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-09-02 20:42:37 +0300 |
commit | e3e89f1237a1adc7bf71824c113e4ad7c5d34cfe (patch) | |
tree | f15fb2ae53296703661e0c42c6c14447d8fb8d9b /protocols/SkypeWeb/src/main.cpp | |
parent | 6753aca9ffa6a0569cf6cba2a47cda0e364f458c (diff) |
fixes #4595 (despite custom icons)
Diffstat (limited to 'protocols/SkypeWeb/src/main.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp index cd3cd257da..d508708754 100644 --- a/protocols/SkypeWeb/src/main.cpp +++ b/protocols/SkypeWeb/src/main.cpp @@ -66,7 +66,6 @@ int CMPlugin::Load() CSkypeProto::InitIcons();
CSkypeProto::InitMenus();
- CSkypeProto::InitLanguages();
CreateServiceFunction(MODULE "/GetEventIcon", &CSkypeProto::SvcEventGetIcon);
CreateServiceFunction(MODULE "/GetEventText", &CSkypeProto::SvcGetEventText);
|