From f1182ee6109998c95484191a046033b32cb65828 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 10 Apr 2017 21:10:56 +0200 Subject: [PATCH] Remove the declaration of a nonexisting member function. --- theme.h | 1 - 1 file changed, 1 deletion(-) diff --git a/theme.h b/theme.h index ad963d6..d5657fe 100644 --- a/theme.h +++ b/theme.h @@ -59,7 +59,6 @@ public: std::vector get_transition_names(float t); - void connect_signal(movit::YCbCrInput *input, int signal_num); void transition_clicked(int transition_num, float t); void channel_clicked(int preview_num); -- 2.39.2