Skip to content
Snippets Groups Projects
Commit a5eac1b2 authored by Steven Murray's avatar Steven Murray
Browse files

Removed deadwood enumeration ProtocolVersion

parent 61331199
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,6 @@ const size_t HOSTNAMEBUFLEN = 256;
const int LISTENBACKLOG = 2;
const size_t SERVICENAMEBUFLEN = 256;
enum ProtocolVersion {
PROTOCOL_VERSION_NONE,
PROTOCOL_VERSION_1
};
/* Request types */
#define RMC_GETGEOM 1 /* Get robot geometry */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment