diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-06-06 11:32:19 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-06-06 11:32:19 +0200 |
| commit | d607540dbaf8a0b2a24dceb27ebddddb420ffd0f (patch) | |
| tree | 910ff59ef51d6366c4c4ee2ef5f9e8a68b412dc6 /alf/alf.cpp | |
| parent | db6974eda1dc1fada95af97ea53c369db58fda41 (diff) | |
redintroduce update fonts vfunc, hopefully more useful now
Diffstat (limited to 'alf/alf.cpp')
| -rw-r--r-- | alf/alf.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/alf/alf.cpp b/alf/alf.cpp index fbee438..605f663 100644 --- a/alf/alf.cpp +++ b/alf/alf.cpp @@ -6,12 +6,6 @@ static LONG _alf_initLock = 0; static LONG _alf_initCounter = 0; void -ALF_UpdateFonts(HWND win) -{ - SendMessage(win, ALF_WM_UPDATEFONTS, 0, 0); -} - -void ALF_Initialize(void) { // acquire init lock |
