From: Steinar H. Gunderson Date: Mon, 10 Apr 2017 19:10:56 +0000 (+0200) Subject: Remove the declaration of a nonexisting member function. X-Git-Tag: 1.6.0~64 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f1182ee6109998c95484191a046033b32cb65828;p=nageru Remove the declaration of a nonexisting member function. --- 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);