X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frotoscoping%2Frotowidget.h;h=91d53d2f4685b0646f8e657603e0a6965d5e6c46;hb=54271b47a8c38afa53ce3baf048f238d36b8bc3a;hp=235bf62b320c25970e681af20344a8389a339a10;hpb=2a2afe7d06debd834ce46686c198f507d57cf119;p=kdenlive diff --git a/src/rotoscoping/rotowidget.h b/src/rotoscoping/rotowidget.h index 235bf62b..91d53d2f 100644 --- a/src/rotoscoping/rotowidget.h +++ b/src/rotoscoping/rotowidget.h @@ -55,14 +55,11 @@ public: void updateTimecodeFormat(); public slots: - /** @brief Switches from normal monitor to monitor scene according to @param show. */ - void slotShowScene(bool show = true); /** @brief Updates the on-monitor item. */ void slotSyncPosition(int relTimelinePos); signals: void valueChanged(); - void checkMonitorPosition(int); void seekToPos(int pos); @@ -90,9 +87,6 @@ private: void keyframeTimelineFullUpdate(); private slots: - /** @brief Makes sure the monitor effect scene is only visible if the clip this geometry belongs to is visible. - * @param renderPos Postion of the Monitor / Timeline cursor */ - void slotCheckMonitorPosition(int renderPos); /** @brief Updates/Creates the spline at @param pos based on the on-monitor items. */ void slotUpdateData(int pos = -1, bool editing = false);