]> git.sesse.net Git - nageru/blobdiff - mixer.cpp
Remove the now unused preview size setting.
[nageru] / mixer.cpp
index 1ac5d53ee03e40484194f8f3039c10233f547f12..651b4596daeb84c6cf6e32d9d74f4cfe79d43ae0 100644 (file)
--- a/mixer.cpp
+++ b/mixer.cpp
@@ -638,9 +638,3 @@ void Mixer::OutputChannel::set_frame_ready_callback(Mixer::new_frame_ready_callb
        new_frame_ready_callback = callback;
        has_new_frame_ready_callback = true;
 }
-
-void Mixer::OutputChannel::set_size(int width, int height)
-{
-       this->width = width;
-       this->height = height;
-}