diff options
Diffstat (limited to 'indra/newview/llviewertexteditor.h')
-rw-r--r-- | indra/newview/llviewertexteditor.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llviewertexteditor.h b/indra/newview/llviewertexteditor.h index de57b68e7d..a57b3fec7e 100644 --- a/indra/newview/llviewertexteditor.h +++ b/indra/newview/llviewertexteditor.h @@ -89,14 +89,12 @@ protected: void openEmbeddedTexture( LLInventoryItem* item ); void openEmbeddedSound( LLInventoryItem* item ); - //void openEmbeddedLandmark( LLInventoryItem* item ); + void openEmbeddedLandmark( LLInventoryItem* item ); void openEmbeddedNotecard( LLInventoryItem* item, BOOL saved ); void showCopyToInvDialog( LLInventoryItem* item ); - void showLandmarkDialog( LLInventoryItem* item ); static void onCopyToInvDialog( S32 option, void* userdata ); static void onNotecardDialog( S32 option, void* userdata ); - static void onLandmarkDialog( S32 option, void* userdata ); protected: LLPointer<LLInventoryItem> mDragItem; |