diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2015-07-31 20:12:37 +0100 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2016-03-09 16:13:28 +0000 |
commit | fa6f9d06a3d1a90134d9349f5ce4ec5b4eeff5e3 (patch) | |
tree | 108cac73f47b585a5c17630859f650f49d01e40d /hw/xwin/win.h | |
parent | 7bd25aa8437ec410e7a7de1b0636ba33298fc8d6 (diff) |
hw/xwin: Remove unused HotKeyAltTab engine function
This was only ever used by the primaryfb engine, removed in commit c79f824b
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'hw/xwin/win.h')
-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 3b8e93dd2..927a08ee5 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -287,8 +287,6 @@ typedef Bool (*winCreateColormapProcPtr) (ColormapPtr pColormap); typedef Bool (*winDestroyColormapProcPtr) (ColormapPtr pColormap); -typedef Bool (*winHotKeyAltTabProcPtr) (ScreenPtr); - typedef Bool (*winCreatePrimarySurfaceProcPtr) (ScreenPtr); typedef Bool (*winReleasePrimarySurfaceProcPtr) (ScreenPtr); @@ -522,7 +520,6 @@ typedef struct _winPrivScreenRec { winStoreColorsProcPtr pwinStoreColors; winCreateColormapProcPtr pwinCreateColormap; winDestroyColormapProcPtr pwinDestroyColormap; - winHotKeyAltTabProcPtr pwinHotKeyAltTab; winCreatePrimarySurfaceProcPtr pwinCreatePrimarySurface; winReleasePrimarySurfaceProcPtr pwinReleasePrimarySurface; |