Skip to content

Commit acabd3d

Browse files
committed
OcdFileExport: Remove WIP warning
The work is complete with regard to what was achieved for OCD 8 in the legacy implementation. OCD export is still declared as lossy.
1 parent d728da1 commit acabd3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/fileformats/ocd_file_export.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,6 @@ void setupFileHeaderGeneric(quint16 actual_version, Ocd::FileHeaderGeneric& head
612612
template<class Format>
613613
bool OcdFileExport::exportImplementation()
614614
{
615-
addWarning(QLatin1String("OcdFileExport: WORK IN PROGRESS, FILE INCOMPLETE"));
616-
617615
OcdFile<Format> file;
618616

619617
custom_8bit_encoding = determineEncoding<typename Format::Encoding>();

0 commit comments

Comments
 (0)