I am using tocloft and subcaption package, and I would like to suppreess page numbers and dot line for subfigures in LOF.
I know, if one uses tocloft and subfigure package, this can be done with the next command:
\cftpagenumbersoff{subfigure}
So, I would like to emulate this command with subcaption package. The point is that I have all the subfigures done with subcaption package, and I would not like to change the code of all them.
