diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-11-01 22:12:03 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-11-01 22:54:18 -0400 |
commit | 74bc2d8c6bafc5373ff9c14eed12e26b5b965953 (patch) | |
tree | 565b70489b331c38d7203972c8f8d8cec4d06e6e /fb | |
parent | 6118346d64e3c2fbe1fe2f041ea773dd2a3c0438 (diff) |
render: Delete renderedge.[ch]
The functions in these files have not been used since trap
rasterization was moved to pixman. They survived until now to preserve
the server abi.
Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Signed-off-by: Søren Sandmann <ssp@redhat.com>
Diffstat (limited to 'fb')
-rw-r--r-- | fb/fbpict.h | 3 | ||||
-rw-r--r-- | fb/fbtrap.c | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/fb/fbpict.h b/fb/fbpict.h index 896cd01a9..34a3eae2a 100644 --- a/fb/fbpict.h +++ b/fb/fbpict.h @@ -28,9 +28,6 @@ #ifndef _FBPICT_H_ #define _FBPICT_H_ -#include "renderedge.h" - - #if defined(__GNUC__) #define INLINE __inline__ #else diff --git a/fb/fbtrap.c b/fb/fbtrap.c index 9f5c39f65..c309ceb27 100644 --- a/fb/fbtrap.c +++ b/fb/fbtrap.c @@ -28,7 +28,6 @@ #include "picturestr.h" #include "mipict.h" -#include "renderedge.h" #include "fbpict.h" void |