aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewertexteditor.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:58 -0500
committerJacek Antonelli2008-08-15 23:44:58 -0500
commit089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch)
tree0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/llviewertexteditor.h
parentSecond Life viewer sources 1.16.0.5 (diff)
downloadmeta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz
Second Life viewer sources 1.17.0.12
Diffstat (limited to 'linden/indra/newview/llviewertexteditor.h')
-rw-r--r--linden/indra/newview/llviewertexteditor.h4
1 files changed, 1 insertions, 3 deletions
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:
109 109
110 void openEmbeddedTexture( LLInventoryItem* item ); 110 void openEmbeddedTexture( LLInventoryItem* item );
111 void openEmbeddedSound( LLInventoryItem* item ); 111 void openEmbeddedSound( LLInventoryItem* item );
112 //void openEmbeddedLandmark( LLInventoryItem* item ); 112 void openEmbeddedLandmark( LLInventoryItem* item );
113 void openEmbeddedNotecard( LLInventoryItem* item, BOOL saved ); 113 void openEmbeddedNotecard( LLInventoryItem* item, BOOL saved );
114 void showCopyToInvDialog( LLInventoryItem* item ); 114 void showCopyToInvDialog( LLInventoryItem* item );
115 void showLandmarkDialog( LLInventoryItem* item );
116 115
117 static void onCopyToInvDialog( S32 option, void* userdata ); 116 static void onCopyToInvDialog( S32 option, void* userdata );
118 static void onNotecardDialog( S32 option, void* userdata ); 117 static void onNotecardDialog( S32 option, void* userdata );
119 static void onLandmarkDialog( S32 option, void* userdata );
120 118
121protected: 119protected:
122 LLPointer<LLInventoryItem> mDragItem; 120 LLPointer<LLInventoryItem> mDragItem;