diff options
author | Michal Suchanek <hramrach@gmail.com> | 2012-04-24 18:11:16 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-14 13:16:46 +0100 |
commit | d0a83460451df1a4c5667b2f414c35ee81b4ffa4 (patch) | |
tree | abc4b630c94721ff83954e20ccefc6af829432e7 /xfixes | |
parent | 3a94b338aaa48b656aae1bb3a5a9d64300c0a093 (diff) |
xfixes: remove redundant declaration.
Signed-off-by: Michal Suchanek <hramrach@gmail.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'xfixes')
-rw-r--r-- | xfixes/region.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfixes/region.c b/xfixes/region.c index 624109de1..0acbadae2 100644 --- a/xfixes/region.c +++ b/xfixes/region.c @@ -27,7 +27,6 @@ #include "xfixesint.h" #include "scrnintstr.h" #include <picturestr.h> -extern int RenderErrBase; #include <regionstr.h> #include <gcstruct.h> |