aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_color_i386.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_color_i386.c
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to '')
-rw-r--r--libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_color_i386.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_color_i386.c b/libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_color_i386.c
deleted file mode 100644
index fa382d9..0000000
--- a/libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_color_i386.c
+++ /dev/null
@@ -1,29 +0,0 @@
1/* add pixel x color --> dst */
2
3#ifdef BUILD_MMX
4static void
5init_add_pixel_color_span_funcs_mmx(void)
6{ }
7#endif
8
9#ifdef BUILD_MMX
10static void
11init_add_pixel_color_pt_funcs_mmx(void)
12{ }
13#endif
14
15/*-----*/
16
17/* add_rel pixel x color --> dst */
18
19#ifdef BUILD_MMX
20static void
21init_add_rel_pixel_color_span_funcs_mmx(void)
22{ }
23#endif
24
25#ifdef BUILD_MMX
26static void
27init_add_rel_pixel_color_pt_funcs_mmx(void)
28{ }
29#endif