aboutsummaryrefslogtreecommitdiff
path: root/graphics/evas/files/patch-evas_object.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evas/files/patch-evas_object.c')
-rw-r--r--graphics/evas/files/patch-evas_object.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/evas/files/patch-evas_object.c b/graphics/evas/files/patch-evas_object.c
deleted file mode 100644
index 362c2b486a09..000000000000
--- a/graphics/evas/files/patch-evas_object.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/evas_object.c.orig Sun Aug 15 16:22:01 2004
-+++ src/evas_object.c Sun Aug 15 16:22:07 2004
-@@ -10,6 +10,8 @@
- #define RECTS_INTERSECT(x, y, w, h, xx, yy, ww, hh) \
- ((SPANS_COMMON((x), (w), (xx), (ww))) && (SPANS_COMMON((y), (h), (yy), (hh))))
-
-+void _evas_cleanup_clip(Evas e, Evas_Object o);
-+
- Evas_Layer
- _evas_get_object_layer(Evas e, Evas_Object o)
- {