diff --git a/kstars/ekos/capture/capture.cpp b/kstars/ekos/capture/capture.cpp --- a/kstars/ekos/capture/capture.cpp +++ b/kstars/ekos/capture/capture.cpp @@ -1503,10 +1503,6 @@ return true; } - // Check if meridian condition is met - if (checkMeridianFlip()) - return true; - return resumeSequence(); } @@ -1525,11 +1521,6 @@ stop(); - // Check if meridian condition is met IF there are more pending jobs in the queue - // Otherwise, no need to check meridian flip is all jobs are over. - if (getPendingJobCount() > 0 && checkMeridianFlip()) - return; - // Check if there are more pending jobs and execute them if (resumeSequence()) return;