mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Issue #58 - Follow-up: Remove Rust binding leftovers
This commit is contained in:
parent
0b3da59bc3
commit
6d154eee11
6 changed files with 2 additions and 166 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue