diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-12 22:17:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-12 22:17:02 +0300 |
commit | 6cbc80198df3a18724e667743f8068eb60e23b88 (patch) | |
tree | 672535bf873cf3cf59af352edb6ef5e2c9f2c8e5 /protocols/Omegle/src/theme.h | |
parent | 0b9866156def4ef721c408b650751f2ae48b7b4e (diff) |
wiping custom icolib functions: all another plugins
Diffstat (limited to 'protocols/Omegle/src/theme.h')
-rw-r--r-- | protocols/Omegle/src/theme.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Omegle/src/theme.h b/protocols/Omegle/src/theme.h index 9d3116e5eb..af39882941 100644 --- a/protocols/Omegle/src/theme.h +++ b/protocols/Omegle/src/theme.h @@ -23,4 +23,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
void InitIcons(void);
-HANDLE GetIconHandle(const char *name);
|