Remove print_inverted_bits() helper function from public API
[libftdi] / src / ftdi.h
index 66ad7bc..07fcd71 100644 (file)
@@ -554,8 +554,6 @@ extern "C"
 
     char *ftdi_get_error_string(struct ftdi_context *ftdi);
 
-    void print_inverted_bits(int inverted);
-
 #ifdef __cplusplus
 }
 #endif