More fixes.

This commit is contained in:
Pietro Gagliardi 2015-05-29 20:30:56 -04:00
parent d3f18ccae6
commit 75b7e66d9e
2 changed files with 0 additions and 2 deletions

View File

@ -102,7 +102,6 @@ static void checkboxSetChecked(uiCheckbox *cc, int checked)
uiCheckbox *uiNewCheckbox(const char *text)
{
struct checkbox *c;
uiWindowsMakeControlParams p;
WCHAR *wtext;
c = (struct checkbox *) uiWindowsNewSingleHWNDControl(uiTypeCheckbox());

View File

@ -45,7 +45,6 @@ static void comboboxAppend(uiCombobox *cc, const char *text)
static uiCombobox *finishNewCombobox(DWORD style)
{
struct combobox *c;
uiWindowsMakeControlParams p;
c = (struct combobox *) uiWindowsNewSingleHWNDControl(uiTypeCombobox());