summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-06 11:01:37 -0400
committerPietro Gagliardi <[email protected]>2014-08-06 11:01:37 -0400
commite1c3a9fe269df99e0a1b20b7723f20d5d995f122 (patch)
tree88eb9834021c49533f2acb1b34cb3f376a7b3437 /redo/objc_darwin.h
parentd307848c8cec7746900aab1edc27d32e9e57be5a (diff)
Removed areaPrefSize() from the Mac OS X backend; we now store the Area's size separately and return that for the preferred size instead.
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index 416c319..566e190 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -85,7 +85,6 @@ struct xalignment {
};
extern struct xsize controlPrefSize(id);
extern struct xsize tabPrefSize(id);
-extern struct xsize areaPrefSize(id);
extern struct xalignment alignmentInfo(id, struct xrect);
extern struct xrect frame(id);