Removed unused user option
authorAlexander Ebert <ebert@woltlab.com>
Mon, 20 Feb 2012 20:55:49 +0000 (21:55 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 20 Feb 2012 20:55:49 +0000 (21:55 +0100)
com.woltlab.wcf/package.xml
com.woltlab.wcf/userOption.xml [deleted file]

index a5a894902228f2d1c9c522aa5a3a34f653ac4180..4af67e478562242935ca4883fe5e6f4aee946277 100644 (file)
@@ -19,7 +19,6 @@
                <instruction type="acpMenu">acpMenu.xml</instruction>
                <instruction type="userGroupOption">userGroupOption.xml</instruction>
                <instruction type="option">option.xml</instruction>
-               <instruction type="userOption">userOption.xml</instruction>
                <instruction type="template">template.tar</instruction>
                <instruction type="eventListener">eventListener.xml</instruction>
                <instruction type="script">acp/install.php</instruction>
diff --git a/com.woltlab.wcf/userOption.xml b/com.woltlab.wcf/userOption.xml
deleted file mode 100644 (file)
index d9dd004..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/userOption.xsd">
-       <import>
-               <categories>
-                       <category name="hidden"></category>
-               </categories>
-                       
-               <options>
-                       <option name="inlineHelpStatus">
-                               <categoryname>hidden</categoryname>
-                               <optiontype>text</optiontype>
-                               <visible>0</visible>
-                               <editable>4</editable>
-                               <defaultvalue>all</defaultvalue>
-                       </option>
-               </options>
-       </import>
-</data>