Skip to content

Commit 9967b73

Browse files
committed
remove old camera frame apis from protobuf as they were removed from official app
1 parent 18de1d3 commit 9967b73

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

examples/7_download_cctv_frame.js

Lines changed: 0 additions & 34 deletions
This file was deleted.

rustplus.proto

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ message AppRequest {
157157
optional AppEmpty checkSubscription = 16;
158158
optional AppFlag setSubscription = 17;
159159
optional AppEmpty getMapMarkers = 18;
160-
// optional AppCameraFrameRequest getCameraFrame = 19; // was removed from official app
161160
optional AppPromoteToLeader promoteToLeader = 20;
162161
optional AppEmpty getClanInfo = 21;
163162
optional AppSendMessage setClanMotd = 22;
@@ -184,7 +183,6 @@ message AppResponse {
184183
optional AppEntityInfo entityInfo = 11;
185184
optional AppFlag flag = 12;
186185
optional AppMapMarkers mapMarkers = 13;
187-
// optional AppCameraFrame cameraFrame = 14; // was removed from official app
188186
optional AppClanInfo clanInfo = 15;
189187
optional AppClanChat clanChat = 16;
190188
optional AppNexusAuth nexusAuth = 17;
@@ -408,17 +406,3 @@ message AppNewClanMessage {
408406
required int64 clanId = 1;
409407
required AppClanMessage message = 2;
410408
}
411-
412-
/* was removed from official app
413-
message AppCameraFrameRequest {
414-
required string identifier = 1;
415-
required uint32 frame = 2;
416-
}
417-
*/
418-
419-
/* was removed from official app
420-
message AppCameraFrame {
421-
required uint32 frame = 1;
422-
required bytes jpgImage = 2;
423-
}
424-
*/

0 commit comments

Comments
 (0)