summaryrefslogtreecommitdiff
path: root/psgeom.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-26 10:17:12 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-26 16:03:48 -0700
commite1b1ecd2e9858dca67ed1da90799f1ea34fc9b71 (patch)
treecca3f78365df09ffe71015fa1893c584d3ee7d74 /psgeom.c
parent9456437718d78b942333bdf74124c027ba35039f (diff)
unifdef -Unotyet -UNOTYET
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'psgeom.c')
-rw-r--r--psgeom.c34
1 files changed, 0 insertions, 34 deletions
diff --git a/psgeom.c b/psgeom.c
index 563cf15..e86426c 100644
--- a/psgeom.c
+++ b/psgeom.c
@@ -727,10 +727,6 @@ PSFileTrailer(FILE *out, PSState *state)
if (!state->args->wantEPS)
fprintf(out, "%%%%Trailer\n");
fprintf(out, "%%%%EOF\n");
-#ifdef NOTYET
- fprintf(out, "%%%%BoundingBox %d %d\n");
- fprintf(out, "%%%%DocumentFonts: \n");
-#endif
return;
}
@@ -1267,36 +1263,6 @@ PSKeycapsSymbol(KeySym sym, unsigned char *buf,
buf[0] = XKC_ISO_Prev_Group_Lock;
return True;
}
-#ifdef NOTYET
- if (font_rtrn != NULL)
- font_rtrn = FONT_MOUSECAPS;
- switch (sym) {
- case XK_Pointer_Up:
- buf[0] = XKC_Mouse_Pointer_Up;
- return True;
- case XK_Pointer_Down:
- buf[0] = XKC_Mouse_Pointer_Down;
- return True;
- case XK_Pointer_Left:
- buf[0] = XKC_Mouse_Pointer_Left;
- return True;
- case XK_Pointer_Right:
- buf[0] = XKC_Mouse_Pointer_Right;
- return True;
- case XK_Pointer_Button1:
- buf[0] = XKC_Mouse_Pointer_Button1;
- return True;
- case XK_Pointer_Button2:
- buf[0] = XKC_Mouse_Pointer_Button2;
- return True;
- case XK_Pointer_Button3:
- buf[0] = XKC_Mouse_Pointer_Button3;
- return True;
- case XK_Pointer_Button4:
- buf[0] = XKC_Mouse_Pointer_Button4;
- return True;
- }
-#endif
return False;
}