diff options
author | Ptolemy <ptolemy@lindenlab.com> | 2020-02-25 13:08:01 -0800 |
---|---|---|
committer | Ptolemy <ptolemy@lindenlab.com> | 2020-02-25 13:25:15 -0800 |
commit | b71e33b48cf321bb76081baeb210511cb9fbc1c8 (patch) | |
tree | f0b19c1aa1b3411b5e90837185cb30d0b7335258 /indra/newview/llvosky.h | |
parent | d180e94a8633bb7d6c355b36aba9712151d90207 (diff) |
SL-12574 Cleanup unused argument
Diffstat (limited to 'indra/newview/llvosky.h')
-rw-r--r-- | indra/newview/llvosky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h index fc577ab5f8..39e42bbb24 100644 --- a/indra/newview/llvosky.h +++ b/indra/newview/llvosky.h @@ -78,7 +78,7 @@ protected: void initEmpty(const S32 tex); - void create(F32 brightness); + void create(); void setDir(const LLVector3 &dir, const S32 i, const S32 j) { |