diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2019-08-02 16:31:54 +0300 |
---|---|---|
committer | win7-7 <win7-7@users.noreply.github.com> | 2019-08-02 16:31:54 +0300 |
commit | 248476f94e89772d64f6cbe597ebb193522f2a46 (patch) | |
tree | e943a791569ac8407cebec434544b80db6b973e5 /layout/base | |
parent | 333554821af37a582dc2a8849197849cbb7b36c8 (diff) | |
download | UXP-248476f94e89772d64f6cbe597ebb193522f2a46.tar UXP-248476f94e89772d64f6cbe597ebb193522f2a46.tar.gz UXP-248476f94e89772d64f6cbe597ebb193522f2a46.tar.lz UXP-248476f94e89772d64f6cbe597ebb193522f2a46.tar.xz UXP-248476f94e89772d64f6cbe597ebb193522f2a46.zip |
Outdated comment removal (no code changes)
No code changes.
Diffstat (limited to 'layout/base')
-rw-r--r-- | layout/base/FrameProperties.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layout/base/FrameProperties.h b/layout/base/FrameProperties.h index 74513abac..3884b07bd 100644 --- a/layout/base/FrameProperties.h +++ b/layout/base/FrameProperties.h @@ -202,7 +202,6 @@ public: /** * Get a property value. This requires a linear search through - * lookup (using the frame as the key) and a linear search through * the properties of the frame. If the frame has no such property, * returns zero-filled result, which means null for pointers and * zero for integers and floating point types. |