wfreerdp: floatbar: minor cleanup.
This commit is contained in:
parent
0d86ee942f
commit
83f8d47d20
@ -136,11 +136,6 @@ static int button_paint(Button* button, HDC hdc)
|
|||||||
static Button* floatbar_create_button(FloatBar* floatbar, int type, int resid, int resid_act, int x, int y, int h, int w)
|
static Button* floatbar_create_button(FloatBar* floatbar, int type, int resid, int resid_act, int x, int y, int h, int w)
|
||||||
{
|
{
|
||||||
Button *button;
|
Button *button;
|
||||||
HDC hDC;
|
|
||||||
HDC hMemDC;
|
|
||||||
HBITMAP hBitmap;
|
|
||||||
HBITMAP hOldBitmap;
|
|
||||||
BITMAP bm;
|
|
||||||
|
|
||||||
button = (Button *)malloc(sizeof(Button));
|
button = (Button *)malloc(sizeof(Button));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user