]> git.sesse.net Git - nageru/commitdiff
Remove the declaration of a nonexisting member function.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 10 Apr 2017 19:10:56 +0000 (21:10 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 11 Apr 2017 21:36:55 +0000 (23:36 +0200)
theme.h

diff --git a/theme.h b/theme.h
index ad963d6cdb0cb8bec9f59d7ccb73b167e0f06b7e..d5657fe0309b2711b8a70ca76ac3227a60d927a1 100644 (file)
--- a/theme.h
+++ b/theme.h
@@ -59,7 +59,6 @@ public:
 
        std::vector<std::string> 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);