aboutsummaryrefslogtreecommitdiffstats
path: root/src/can/can-command.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/can/can-command.hpp')
-rw-r--r--src/can/can-command.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/can/can-command.hpp b/src/can/can-command.hpp
index 062cbd75..8324d324 100644
--- a/src/can/can-command.hpp
+++ b/src/can/can-command.hpp
@@ -53,14 +53,3 @@ typedef struct {
CommandHandler handler; /*!< handler - An function to process the received command's data and perform some
* action.*/
} CanCommand;
-
-/* Public: Return an array of all OpenXC CAN commands enabled in the active
- * configuration that can write back to CAN with a custom handler.
- *
- * Commands not defined here are handled using a 1-1 mapping from the signals
- * list.
- */
-CanCommand* getCommands();
-
-/* Public: Return the length of the array returned by getCommandCount(). */
-int getCommandCount(); \ No newline at end of file