Parcourir la source

Remove nicktext popup type

git-svn-id: http://svn.dmdirc.com/trunk@2390 00569f92-eb28-0410-84fd-f71c24880f
tags/0.5.5
Chris Smith il y a 16 ans
Parent
révision
91cd29f436
1 fichiers modifiés avec 1 ajouts et 8 suppressions
  1. 1
    8
      src/com/dmdirc/commandparser/PopupType.java

+ 1
- 8
src/com/dmdirc/commandparser/PopupType.java Voir le fichier

@@ -36,14 +36,7 @@ public enum PopupType {
36 36
      * Expected arguments: the nickname of the user who was clicked on.
37 37
      */
38 38
     CHAN_NICKLIST("nick", "chan-nick", "chan-nick-list"),
39
-    
40
-    /**
41
-     * The menu that appears when right clicking on a nickname in normal channel text.
42
-     * 
43
-     * Expected arguments: the nickname of the user who was clicked on.
44
-     */
45
-    CHAN_NICKTEXT("nick", "chan-nick", "chan-nick-text"),
46
-    
39
+        
47 40
     /**
48 41
      * The menu that appears when right clicking in a channel window.
49 42
      * 

Chargement…
Annuler
Enregistrer