diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewertexteditor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewertexteditor.h b/linden/indra/newview/llviewertexteditor.h index 9b9bd2f..347180b 100644 --- a/linden/indra/newview/llviewertexteditor.h +++ b/linden/indra/newview/llviewertexteditor.h | |||
@@ -126,14 +126,13 @@ private: | |||
126 | LLPointer<class LLEmbeddedNotecardOpener> mInventoryCallback; | 126 | LLPointer<class LLEmbeddedNotecardOpener> mInventoryCallback; |
127 | 127 | ||
128 | // *TODO: Add right click menus for SLURLs | 128 | // *TODO: Add right click menus for SLURLs |
129 | //LLHandle<LLView> mPopupMenuHandle; | 129 | //LLViewHandle mPopupMenuHandle; |
130 | 130 | ||
131 | // | 131 | // |
132 | // Inner classes | 132 | // Inner classes |
133 | // | 133 | // |
134 | 134 | ||
135 | class LLTextCmdInsertEmbeddedItem; | 135 | class LLTextCmdInsertEmbeddedItem; |
136 | |||
137 | }; | 136 | }; |
138 | 137 | ||
139 | #endif // LL_VIEWERTEXTEDITOR_H | 138 | #endif // LL_VIEWERTEXTEDITOR_H |