diff options
author | Graham Linden <graham@lindenlab.com> | 2018-06-03 00:35:17 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-06-03 00:35:17 +0100 |
commit | 38271e9980f2ccb6b80b27cd063933748247a7be (patch) | |
tree | 56fa296699c6148df260f023f7320168852198f3 /indra | |
parent | 7136956b90614bbd236be0e30231781c04346220 (diff) |
Remove redundant typedef hosing OSX build.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llinventory/llsettingsdaycycle.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llinventory/llsettingsdaycycle.h b/indra/llinventory/llsettingsdaycycle.h index b9038506d1..6f54833c74 100644 --- a/indra/llinventory/llsettingsdaycycle.h +++ b/indra/llinventory/llsettingsdaycycle.h @@ -51,9 +51,6 @@ public: static const std::string SETTING_TRACKS; static const std::string SETTING_FRAMES; - // 32-bit as LLSD only supports that width at present - typedef S32Seconds Seconds; - static const Seconds MINIMUM_DAYLENGTH; static const Seconds DEFAULT_DAYLENGTH; static const Seconds MAXIMUM_DAYLENGTH; |