Remove unused function

This commit is contained in:
2025-01-19 15:11:14 +01:00
parent 2b96da60de
commit 58d18cc28a
2 changed files with 0 additions and 9 deletions
-1
View File
@@ -19,7 +19,6 @@ struct FITSRecord
FITSRecord(const QByteArray &key, const QVariant &value, const QByteArray &comment);
FITSRecord(const LibXISF::FITSKeyword &record);
FITSRecord(const LibXISF::Property &property);
QByteArray valueToByteArray() const;
};
class SkyPoint