diff options
author | Michal Suchanek <hramrach@gmail.com> | 2012-04-24 18:16:30 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-14 13:16:57 +0100 |
commit | b4bf90f9fb20e0e56d2451096d4f62ecfc24a962 (patch) | |
tree | 9366eb65fb2182a23a65c5618ebae40c09440283 /exa | |
parent | 5595e7ce0735db6f82e1fe9df45434826019bf9e (diff) |
exa: 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 'exa')
-rw-r--r-- | exa/exa.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -483,9 +483,6 @@ static void exaCopyClip(GCPtr pGCDst, GCPtr pGCSrc); static void - exaCopyClip(GCPtr pGCDst, GCPtr pGCSrc); - -static void exaDestroyClip(GCPtr pGC); const GCFuncs exaGCFuncs = { |