diff --git a/src/Sources/VideoSource.h b/src/Sources/VideoSource.h index edfd6bb..423c165 100644 --- a/src/Sources/VideoSource.h +++ b/src/Sources/VideoSource.h @@ -28,10 +28,7 @@ class VideoSource : public BaseSource { void clear(); void togglePause(); void stop(); - - #ifndef TARGET_RASPBERRY_PI - void update(ofEventArgs & args); - #endif + void update(ofEventArgs & args); private: