diff options
author | Colin Harrison <colin.harrison@virgin.net> | 2014-03-14 15:44:54 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-03-22 17:16:56 +0000 |
commit | 6804acfe4fabc8ff8491bbc7edb6260440d3d4d3 (patch) | |
tree | 867e3e94556476d08ef5c80b2a45d8ebbe2d173f /hw | |
parent | 7fb5d765ba1e28eb775b847cef3d6079eba3bac1 (diff) |
hw/xwin: Remove prototype for non-existent winMWExtWMUpdateIcon()
winMWExtWMUpdateIcon() was removed in commit 527cf13135cfd279733060e0028bbfbe02be5167
Signed-off-by: Colin Harrison <colin.harrison@virgin.net>
Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xwin/win.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xwin/win.h b/hw/xwin/win.h index 80fc504f6..a738a5940 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -1336,9 +1336,6 @@ void winMWExtWMMoveResizeXWindow(WindowPtr pWin, int x, int y, int w, int h); void - winMWExtWMUpdateIcon(Window id); - -void winMWExtWMUpdateWindowDecoration(win32RootlessWindowPtr pRLWinPriv, winScreenInfoPtr pScreenInfo); |