From c6bed032cb7cc115115196ee7741c929af7ff5d3 Mon Sep 17 00:00:00 2001 From: John Zhao Date: Sun, 23 Dec 2018 21:36:12 +0800 Subject: [PATCH] style(streams.h): remove comment codes --- src/mynteye/device/streams.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mynteye/device/streams.h b/src/mynteye/device/streams.h index e719e41..a5bcc91 100644 --- a/src/mynteye/device/streams.h +++ b/src/mynteye/device/streams.h @@ -28,11 +28,6 @@ MYNTEYE_BEGIN_NAMESPACE -/* -extern bool unpack_stereo_img_data( - const void *data, const StreamRequest &request, ImgData *img); -*/ - class StreamsAdapter; class Streams {