Skip to content
Snippets Groups Projects
Commit a25b352f authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard
Browse files

Remove flat scrollbar stub fixmes.

parent 26aa1975
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,6 @@ typedef struct
BOOL WINAPI InitializeFlatSB(HWND hwnd)
{
TRACE("[%p]\n", hwnd);
FIXME("stub\n");
return FALSE;
}
......@@ -75,7 +74,6 @@ BOOL WINAPI InitializeFlatSB(HWND hwnd)
HRESULT WINAPI UninitializeFlatSB(HWND hwnd)
{
TRACE("[%p]\n", hwnd);
FIXME("stub\n");
return S_FALSE;
}
......@@ -91,7 +89,6 @@ BOOL WINAPI
FlatSB_GetScrollProp(HWND hwnd, INT propIndex, LPINT prop)
{
TRACE("[%p] propIndex=%d\n", hwnd, propIndex);
FIXME("stub\n");
return FALSE;
}
......@@ -102,7 +99,6 @@ BOOL WINAPI
FlatSB_SetScrollProp(HWND hwnd, UINT index, INT newValue, BOOL flag)
{
TRACE("[%p] index=%u newValue=%d flag=%d\n", hwnd, index, newValue, flag);
FIXME("stub\n");
return FALSE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment