From 379e9fd3a72fbf5f136443284bc6a2d81bb828fa Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Sat, 30 May 2020 16:16:50 +0200 Subject: toplevel: rename and reorganize functions --- alf/alfbutton.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'alf/alfbutton.cpp') diff --git a/alf/alfbutton.cpp b/alf/alfbutton.cpp index 6d7d319..00bd3fb 100644 --- a/alf/alfbutton.cpp +++ b/alf/alfbutton.cpp @@ -1415,9 +1415,3 @@ ALF_AddRadioButton(HWND parent, WORD id, int x, int y, const TCHAR *text) } } -void -ALF_SetDefaultButton(HWND win, WORD id) -{ - SendMessage(win, DM_SETDEFID, (WPARAM)id, 0); -} - -- cgit v1.2.3