diff options
author | Adam Jackson <ajax@redhat.com> | 2014-10-22 10:31:29 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-07-08 16:40:57 -0400 |
commit | c732bb2799ad7ff6b0cdd9c65487466e6a9b76e7 (patch) | |
tree | 9cdcf405437a35e630b5e5e0af27075b7bcd7b03 /present/present_priv.h | |
parent | 0db457b2b5b6e314e912efc62f158f8f0b8d48af (diff) |
present: static cleanup
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'present/present_priv.h')
-rw-r--r-- | present/present_priv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/present/present_priv.h b/present/present_priv.h index f5c1652d1..996292e94 100644 --- a/present/present_priv.h +++ b/present/present_priv.h @@ -147,8 +147,6 @@ present_window_priv(WindowPtr window) present_window_priv_ptr present_get_window_priv(WindowPtr window, Bool create); -extern RESTYPE present_event_type; - /* * present.c */ |