summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/jp2/qjp2handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/jp2/qjp2handler.cpp')
-rw-r--r--src/plugins/imageformats/jp2/qjp2handler.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/plugins/imageformats/jp2/qjp2handler.cpp b/src/plugins/imageformats/jp2/qjp2handler.cpp
index ce23480..e9a470c 100644
--- a/src/plugins/imageformats/jp2/qjp2handler.cpp
+++ b/src/plugins/imageformats/jp2/qjp2handler.cpp
@@ -308,17 +308,6 @@ bool QJp2Handler::supportsOption(ImageOption option) const
return (option == Quality || option == SubType);
}
-#if QT_DEPRECATED_SINCE(5, 13)
-/*!
- Return the common identifier of the format.
- For JPEG 2000 this will return "jp2".
- */
-QByteArray QJp2Handler::name() const
-{
- return QByteArrayLiteral("jp2");
-}
-#endif
-
/*!
Automatic resource handling for a jas_image_t*.
*/