diff options
author | simon@Simon-PC.lindenlab.com <simon@Simon-PC.lindenlab.com> | 2012-06-27 13:58:37 -0700 |
---|---|---|
committer | simon@Simon-PC.lindenlab.com <simon@Simon-PC.lindenlab.com> | 2012-06-27 13:58:37 -0700 |
commit | 1ca7d3a57e7185f56ba78b3e00c4f41f1e568746 (patch) | |
tree | 28b7ebc027e75d761efaeb5794e86f8ee621338d /indra/newview/llfloatertopobjects.h | |
parent | 13295abfe76083be62044cb1b70a5b012870cc6c (diff) |
MAINT-1173 : Top Scripts: Break down usage by parcel. Follow-on code to add
per-parcel filtering. Reviewed by Kelly
Diffstat (limited to 'indra/newview/llfloatertopobjects.h')
-rw-r--r-- | indra/newview/llfloatertopobjects.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llfloatertopobjects.h b/indra/newview/llfloatertopobjects.h index a608ca20f1..6edc46cf79 100644 --- a/indra/newview/llfloatertopobjects.h +++ b/indra/newview/llfloatertopobjects.h @@ -73,9 +73,7 @@ private: void onGetByOwnerName(); void onGetByObjectName(); - -// static void onGetByOwnerNameClicked(void* data) { onGetByOwnerName(NULL, data); }; -// static void onGetByObjectNameClicked(void* data) { onGetByObjectName(NULL, data); }; + void onGetByParcelName(); void showBeacon(); |