Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5104861e
Commit
5104861e
authored
Jan 09, 2013
by
Juanma Barranquero
Browse files
src/w32.c, src/w32term.c: Remove unused local variables.
parent
2eae9ccc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
src/ChangeLog
src/ChangeLog
+5
-0
src/w32.c
src/w32.c
+0
-2
src/w32term.c
src/w32term.c
+1
-1
No files found.
src/ChangeLog
View file @
5104861e
2013-01-09 Juanma Barranquero <lekktu@gmail.com>
* w32.c (get_name_and_id, acl_set_file):
* w32term.c (w32fullscreen_hook): Remove unused local variables.
2013-01-09 Dmitry Antipov <dmantipov@yandex.ru>
* lisp.h (make_gap_1): New prototype.
...
...
src/w32.c
View file @
5104861e
...
...
@@ -3648,7 +3648,6 @@ static int
get_name_and_id (PSECURITY_DESCRIPTOR psd, unsigned *id, char *nm, int what)
{
PSID sid = NULL;
char machine[MAX_COMPUTERNAME_LENGTH+1];
BOOL dflt;
SID_NAME_USE ignore;
char name[UNLEN+1];
...
...
@@ -4800,7 +4799,6 @@ acl_set_file (const char *fname, acl_type_t type, acl_t acl)
{
TOKEN_PRIVILEGES old1, old2;
DWORD err;
BOOL res;
int st = 0, retval = -1;
SECURITY_INFORMATION flags = 0;
PSID psid;
...
...
src/w32term.c
View file @
5104861e
...
...
@@ -5652,7 +5652,7 @@ x_check_fullscreen (struct frame *f)
static void
w32fullscreen_hook (FRAME_PTR f)
{
static int normal_width, normal_height
, normal_top, normal_left
;
static int normal_width, normal_height;
if (f->async_visible)
{
...
...
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