diff options
Diffstat (limited to 'src/lib/ecore_evas/ecore_evas_deprecated.c')
-rw-r--r-- | src/lib/ecore_evas/ecore_evas_deprecated.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/ecore_evas/ecore_evas_deprecated.c b/src/lib/ecore_evas/ecore_evas_deprecated.c index d347e82726..1aa1b45c0f 100644 --- a/src/lib/ecore_evas/ecore_evas_deprecated.c +++ b/src/lib/ecore_evas/ecore_evas_deprecated.c | |||
@@ -66,21 +66,21 @@ ecore_evas_software_wince_gdi_new(Ecore_WinCE_Window *parent EINA_UNUSED, | |||
66 | } | 66 | } |
67 | 67 | ||
68 | EAPI Ecore_Evas * | 68 | EAPI Ecore_Evas * |
69 | ecore_evas_direct3d_new(Ecore_Win32_Window *parent, | 69 | ecore_evas_direct3d_new(Ecore_Win32_Window *parent EINA_UNUSED, |
70 | int x, | 70 | int x EINA_UNUSED, |
71 | int y, | 71 | int y EINA_UNUSED, |
72 | int width, | 72 | int width EINA_UNUSED, |
73 | int height) | 73 | int height EINA_UNUSED) |
74 | { | 74 | { |
75 | return NULL; | 75 | return NULL; |
76 | } | 76 | } |
77 | 77 | ||
78 | EAPI Ecore_Evas * | 78 | EAPI Ecore_Evas * |
79 | ecore_evas_gl_glew_new(Ecore_Win32_Window *parent, | 79 | ecore_evas_gl_glew_new(Ecore_Win32_Window *parent EINA_UNUSED, |
80 | int x, | 80 | int x EINA_UNUSED, |
81 | int y, | 81 | int y EINA_UNUSED, |
82 | int width, | 82 | int width EINA_UNUSED, |
83 | int height) | 83 | int height EINA_UNUSED) |
84 | { | 84 | { |
85 | return NULL; | 85 | return NULL; |
86 | } | 86 | } |