X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=decklink_output.h;h=a2954964bb4b1a388ae7dd634a052d41ed7fb3de;hb=6cc9c75d39b08080d8bfd6ac8f3375e150adfa38;hp=ba2318a3f8f40fdbb77b69c096973fbc0a263f96;hpb=1df7849fad1d0647a02951abaa60f9e4f40ce360;p=nageru diff --git a/decklink_output.h b/decklink_output.h index ba2318a..a295496 100644 --- a/decklink_output.h +++ b/decklink_output.h @@ -150,8 +150,6 @@ private: GLuint uyvy_vbo; // Holds position and texcoord data. GLuint uyvy_program_num; // Owned by . GLuint uyvy_position_attribute_index, uyvy_texcoord_attribute_index; - - LatencyHistogram latency_histogram; }; #endif // !defined(_DECKLINK_OUTPUT_H)