internal: remove un-implmented function prototype
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Thu, 6 Nov 2014 18:02:19 +0000 (18:02 +0000)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Mon, 17 Nov 2014 17:41:47 +0000 (17:41 +0000)
Left over from earlier version of mraa.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
include/mraa_internal.h

index f301bed..22c4ad5 100644 (file)
@@ -54,14 +54,6 @@ mraa_result_t mraa_setup_mux_mapped(mraa_pin_t meta);
 mraa_mmap_pin_t* mraa_setup_mmap_gpio(int pin);
 
 /**
- * Swap Directional mode.
- *
- * @param pin physical pin to operate on
- * @return out direction to setup. 1 for output 0 for input
- */
-mraa_result_t mraa_swap_complex_gpio(int pin, int out);
-
-/**
  * Setup uart muxes to exposes the pins physically.
  *
  * @param index of the uart in the board definition to expose physically