Issue #58 - Follow-up: Remove Rust binding leftovers

This commit is contained in:
FranklinDM 2024-03-26 01:26:36 +08:00 committed by roytam1
commit 6d154eee11
6 changed files with 2 additions and 166 deletions

View file

@ -72,7 +72,6 @@ typedef union {
* the unit is a must before asking for the value in any particular
* form.
*/
/** <div rustbindgen private accessor="unsafe"></div> */
class nsStyleCoord {
public:
// Non-reference counted calc() value. See nsStyleStruct.h for some uses
@ -263,7 +262,6 @@ private:
* This is commonly used to hold the widths of the borders, margins,
* or paddings of a box.
*/
/** <div rustbindgen private accessor="unsafe"></div> */
class nsStyleSides {
public:
nsStyleSides();
@ -342,7 +340,6 @@ protected:
* nsStyleCoord pairs. This is used to hold the dimensions of the
* corners of a box (for, e.g., border-radius and outline-radius).
*/
/** <div rustbindgen private accessor="unsafe"></div> */
class nsStyleCorners {
public:
nsStyleCorners();