From 089fc07d207c71ce1401e72f09c31ad8c45872e2 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:58 -0500 Subject: Second Life viewer sources 1.17.0.12 --- linden/indra/newview/llviewertexteditor.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'linden/indra/newview/llviewertexteditor.h') diff --git a/linden/indra/newview/llviewertexteditor.h b/linden/indra/newview/llviewertexteditor.h index 6665203..1dbc7b6 100644 --- a/linden/indra/newview/llviewertexteditor.h +++ b/linden/indra/newview/llviewertexteditor.h @@ -109,14 +109,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 mDragItem; -- cgit v1.1