Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bdae0540
Commit
bdae0540
authored
Nov 21, 2007
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(w32con_write_glyphs): Remove unused variables.
parent
2101ea1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+6
-0
src/w32console.c
src/w32console.c
+0
-1
No files found.
src/ChangeLog
View file @
bdae0540
2007-11-21 Jason Rumney <jasonr@gnu.org>
* dispnew.c (init_display) [WINDOWSNT]: Hardcode terminal_type.
* w32console.c (w32con_write_glyphs): Remove unused variables.
2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
* macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
...
...
src/w32console.c
View file @
bdae0540
...
...
@@ -290,7 +290,6 @@ static void
w32con_write_glyphs
(
struct
frame
*
f
,
register
struct
glyph
*
string
,
register
int
len
)
{
int
produced
,
consumed
;
DWORD
r
;
WORD
char_attr
;
unsigned
char
*
conversion_buffer
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment