aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-09-01 21:04:32 +0000
committerKarl Heuer <[email protected]>1996-09-01 21:04:32 +0000
commite3678b64333787df03e203b1ed5a4c2ec76d0272 (patch)
tree1477eeda61aa36cf198eeb1af76a351bb424464c /src/print.c
parent8c09486ac8aff2efb726ea76a58bcbac030b7bfa (diff)
Removed support for !MULTI_FRAME.
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/print.c b/src/print.c
index b34adbf981..d6b850b9c4 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1150,7 +1150,6 @@ print (obj, printcharfun, escapeflag)
{
strout ("#<window-configuration>", -1, printcharfun);
}
-#ifdef MULTI_FRAME
else if (FRAMEP (obj))
{
strout ((FRAME_LIVE_P (XFRAME (obj))
@@ -1161,7 +1160,6 @@ print (obj, printcharfun, escapeflag)
strout (buf, -1, printcharfun);
PRINTCHAR ('>');
}
-#endif
#endif /* not standalone */
else
{