Remove some unneded methods added in level_2_chunks

This commit is contained in:
AdenKoperczak 2025-04-21 19:44:31 -04:00
parent 759a9e4379
commit 2daf4d8ba4
No known key found for this signature in database
GPG key ID: 9843017036F62EE7
5 changed files with 12 additions and 53 deletions

View file

@ -98,20 +98,6 @@ public:
virtual std::shared_ptr<wsr88d::NexradFile>
LoadObjectByTime(std::chrono::system_clock::time_point time) = 0;
/**
* Loads the latest NEXRAD file object
*
* @return NEXRAD data
*/
virtual std::shared_ptr<wsr88d::NexradFile> LoadLatestObject() = 0;
/**
* Loads the second NEXRAD file object
*
* @return NEXRAD data
*/
virtual std::shared_ptr<wsr88d::NexradFile> LoadSecondLatestObject() = 0;
/**
* Lists NEXRAD objects for the current date, and adds them to the cache. If
* no objects have been added to the cache for the current date, the previous