From cd0a39859e146e122c6b1bc2c40e54a751e4d455 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 14 Apr 2016 18:33:23 -0700 Subject: [PATCH] capture: drop ADD from capture type I opted to not implement this yet, so ensure its not in the capture format types. --- lib/sp-capture-types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sp-capture-types.h b/lib/sp-capture-types.h index ce661287..0e33da23 100644 --- a/lib/sp-capture-types.h +++ b/lib/sp-capture-types.h @@ -55,8 +55,7 @@ typedef enum SP_CAPTURE_FRAME_EXIT = 6, SP_CAPTURE_FRAME_JITMAP = 7, SP_CAPTURE_FRAME_CTRDEF = 8, - SP_CAPTURE_FRAME_CTRADD = 9, - SP_CAPTURE_FRAME_CTRSET = 10, + SP_CAPTURE_FRAME_CTRSET = 9, } SpCaptureFrameType; #pragma pack(push, 1)