Remove obsolete code
authorMarcel Werk <burntime@woltlab.com>
Thu, 8 Feb 2024 14:49:05 +0000 (15:49 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 8 Feb 2024 14:49:05 +0000 (15:49 +0100)
ref https://github.com/WoltLab/WCF/pull/2752

wcfsetup/install/files/js/WCF.Message.js

index 6af894f3ffd9c55919ea7999085eb484863e6611..6abb5f113573d7eb13c92a00f160be549fc5f89f 100644 (file)
@@ -9,23 +9,6 @@
  */
 WCF.Message = { };
 
-/**
- * Namespace for BBCode related classes.
- */
-WCF.Message.BBCode = { };
-
-/**
- * BBCode Viewer for WCF.
- */
-WCF.Message.BBCode.CodeViewer = Class.extend({
-       /**
-        * @deprecated
-        */
-       init: function() {
-               
-       }
-});
-
 if (COMPILER_TARGET_DEFAULT) {
        /**
         * Provides the dynamic parts of the edit history interface.