summaryrefslogtreecommitdiff
path: root/src/w32term.h
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2013-09-15 11:06:05 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2013-09-15 11:06:05 +0400
commitc7cc32f7ab5a5a0b4037cb17b84b396fd079747b (patch)
tree12a9b53a4d331a0fa301bc0b155e5ac10fb59e92 /src/w32term.h
parent07013c68954574404c3f7fc640ec4bfc34a4e3b8 (diff)
* frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HEIGHT):
Define once here... * nsterm.h, w32term.h, xterm.h: ...and not here.
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/w32term.h b/src/w32term.h
index 5146fa8ef3..9c7134ddf1 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -382,16 +382,6 @@ extern struct w32_output w32term_display;
/* This is the `Display *' which frame F is on. */
#define FRAME_X_DISPLAY(f) (0)
-/* Value is the smallest width of any character in any font on frame F. */
-
-#define FRAME_SMALLEST_CHAR_WIDTH(F) \
- FRAME_DISPLAY_INFO(F)->smallest_char_width
-
-/* Value is the smallest height of any font on frame F. */
-
-#define FRAME_SMALLEST_FONT_HEIGHT(F) \
- FRAME_DISPLAY_INFO(F)->smallest_font_height
-
#define FRAME_NORMAL_PLACEMENT(F) ((F)->output_data.w32->normal_placement)
#define FRAME_PREV_FSMODE(F) ((F)->output_data.w32->prev_fsmode)