Remove obsolete comment

This commit is contained in:
JupiterRider 2023-11-22 19:06:35 +01:00
parent f537de6ed9
commit a5d2760b16

View file

@ -1582,8 +1582,6 @@ func SetTraceLogCallback(fn TraceLogCallbackFun) {
}
// IsFileDropped - Check if a file has been dropped into window
//
// REVIEW NEEDED! 2023-11-12 JupiterRider: This funtions always returns true.
func IsFileDropped() bool {
return isFileDropped()
}