diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 10:12:28 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 10:12:28 -0400 |
| commit | 7ddc99fd7fe36184b8b29388fde412faeee7dac5 (patch) | |
| tree | 9a28a2c5cc36c9560b5ac080e628b4c740c5d2ba /redo/objc_darwin.h | |
| parent | eb4b082d7f4377cb73a0b91993210d41e40ad431 (diff) | |
Merged xsizing_darwin.m into control_darwin.m. Even though alignment info is only currently used by Label, these functions are called in basegetAuxResizeInfo(), and who knows what will happen future.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index dd5ff9d..41b91f6 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -93,8 +93,6 @@ extern void setStandardControlFont(id); extern void setSmallControlFont(id); extern struct xsize controlPreferredSize(id); extern id newScrollView(id, BOOL); - -/* xsizing_darwin.m */ extern struct xalignment alignmentInfo(id, struct xrect); extern struct xalignment alignmentInfoFrame(id); |
