diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-11 11:55:37 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-22 19:56:31 -0800 |
commit | 9ef53e2267ea3dd60651961f66c65e8b00b7d823 (patch) | |
tree | 0d8c14fff94cd77ddfd6f6327f79a023f6014f23 | |
parent | 25ebb9dbc9df659dec2bf6c27654a5bad2d11f94 (diff) |
include: GetClientResolutions is declared in font.h
No need to have a duplicate definition here.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r-- | include/dixfontstubs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dixfontstubs.h b/include/dixfontstubs.h index 0454ffa6c..535d312e6 100644 --- a/include/dixfontstubs.h +++ b/include/dixfontstubs.h @@ -11,8 +11,6 @@ extern _X_EXPORT int client_auth_generation(ClientPtr client); extern _X_EXPORT void DeleteFontClientID(Font id); -extern _X_EXPORT FontResolutionPtr GetClientResolutions(int *num); - extern _X_EXPORT int GetDefaultPointSize(void); extern _X_EXPORT Font GetNewFontClientID(void); |