diff --git a/src/core/operations/DecodeText.mjs b/src/core/operations/DecodeText.mjs
deleted file mode 100644
index 489e40d3..00000000
--- a/src/core/operations/DecodeText.mjs
+++ /dev/null
@@ -1,56 +0,0 @@
-/**
- * @author n1474335 [n1474335@gmail.com]
- * @copyright Crown Copyright 2016
- * @license Apache-2.0
- */
-
-import Operation from "../Operation.mjs";
-import cptable from "../vendor/js-codepage/cptable.js";
-import {IO_FORMAT} from "../lib/ChrEnc.mjs";
-
-/**
- * Decode text operation
- */
-class DecodeText extends Operation {
-
- /**
- * DecodeText constructor
- */
- constructor() {
- super();
-
- this.name = "Decode text";
- this.module = "Encodings";
- this.description = [
- "Decodes text from the chosen character encoding.",
- "
",
- "Supported charsets are:",
- "