summaryrefslogtreecommitdiff
path: root/alf/alfbutton.cpp
diff options
context:
space:
mode:
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);
-}
-