code: removed unused function declaration

This commit is contained in:
itsmattkc
2020-07-10 03:37:29 +10:00
parent 343c39d66d
commit 0f9d409fb0
-12
View File
@@ -84,18 +84,6 @@ public:
preview_job_time_ = job_time;
}
/**
* @brief Return a unique ID for the image generated at this time
*
* This hash should always be unique to this image and can therefore be used to match existing
* cached frames.
*
* @return
*
* SHA-1 hash or empty QByteArray if no viewer node is set.
*/
void Hash(RenderTicketPtr ticket, ViewerOutput *viewer, const QList<rational>& times);
/**
* @brief Render the frame at this time
*