ecore_cocoa: remove non-implemented functions

This commit is contained in:
Jean Guyomarc'h 2016-01-05 23:55:49 +01:00 committed by Stefan Schmidt
parent 8d364f56f4
commit 5e268c9973
1 changed files with 0 additions and 8 deletions

View File

@ -229,14 +229,6 @@ EAPI void ecore_cocoa_window_size_max_get(Ecore_Cocoa_Window *window,
unsigned int *max_width,
unsigned int *max_height);
EAPI void ecore_cocoa_window_size_base_set(Ecore_Cocoa_Window *window,
unsigned int base_width,
unsigned int base_height);
EAPI void ecore_cocoa_window_size_base_get(Ecore_Cocoa_Window *window,
unsigned int *base_width,
unsigned int *base_height);
EAPI void ecore_cocoa_window_size_step_set(Ecore_Cocoa_Window *window,
unsigned int step_width,
unsigned int step_height);