mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove some accessors for public fields.
(Maybe they date from this was a trait?)
This commit is contained in:
parent
e0c63efe01
commit
d007eef5c7
2 changed files with 4 additions and 16 deletions
|
@ -159,10 +159,6 @@ impl ComputedValues {
|
|||
!self.get_box().gecko.mBinding.mRawPtr.is_null()
|
||||
}
|
||||
|
||||
pub fn root_font_size(&self) -> Au { self.root_font_size }
|
||||
pub fn set_root_font_size(&mut self, s: Au) { self.root_font_size = s; }
|
||||
pub fn set_writing_mode(&mut self, mode: WritingMode) { self.writing_mode = mode; }
|
||||
|
||||
// FIXME(bholley): Implement this properly.
|
||||
#[inline]
|
||||
pub fn is_multicol(&self) -> bool { false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue