diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-05-25 14:21:10 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-05-25 14:21:10 -0700 |
commit | 1bd6061ff57a46293d962adf8ffa5326f87a3566 (patch) | |
tree | 0052aa98f9f98046e47406fefc2e0bb6b70466b1 /indra/newview | |
parent | 7fb941042251975919656b792fd4bfd9ebbc42d9 (diff) |
reverting debug state for sell land button
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index c4e1f75a27..d1a926164e 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -586,8 +586,6 @@ void LLPanelLandGeneral::refresh() parcel, GP_LAND_SET_SALE_INFO); BOOL can_be_sold = owner_sellable || estate_manager_sellable; - can_be_sold = true; - const LLUUID &owner_id = parcel->getOwnerID(); BOOL is_public = parcel->isPublic(); |