summaryrefslogtreecommitdiff
path: root/alf/alfbutton.cpp
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-05-30 16:16:50 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-05-30 16:17:38 +0200
commit379e9fd3a72fbf5f136443284bc6a2d81bb828fa (patch)
tree74c0874be87dd342e7baf36a60b60b1c8f49f9ce /alf/alfbutton.cpp
parentf9cfbb8870a023478d52fd03c90abcbed9c49304 (diff)
toplevel: rename and reorganize functions
Diffstat (limited to 'alf/alfbutton.cpp')
-rw-r--r--alf/alfbutton.cpp6
1 files changed, 0 insertions, 6 deletions
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);
-}
-