Remove modes from protocol
This commit is contained in:
parent
4224c5c6e3
commit
b78e433cd8
|
@ -11,12 +11,7 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
#ifdef CARLA_WITH_PNG_COMPRESSION
|
||||
#include CARLA_LIBPNG_INCLUDE
|
||||
static_assert(
|
||||
CARLA_LIBPNG_VERSION_MAJOR == PNG_LIBPNG_VER_MAJOR &&
|
||||
CARLA_LIBPNG_VERSION_MINOR == PNG_LIBPNG_VER_MINOR &&
|
||||
CARLA_LIBPNG_VERSION_RELEASE == PNG_LIBPNG_VER_RELEASE,
|
||||
"PNG versions do not match");
|
||||
#include <png.h>
|
||||
#endif // CARLA_WITH_PNG_COMPRESSION
|
||||
|
||||
namespace carla {
|
||||
|
|
|
@ -22,8 +22,6 @@ message EpisodeStart {
|
|||
|
||||
message SceneInit {
|
||||
|
||||
|
||||
optional int32 mode =1;
|
||||
optional int32 scene =2;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue