Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gabriela Bittencourt
purr-data
Commits
1a7138a8
Commit
1a7138a8
authored
Sep 23, 2020
by
Ivica Bukvic
Browse files
Disabled excessive coll legacy call warnings
parent
c4495143
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/miXed/shared/hammer/file.c
View file @
1a7138a8
...
...
@@ -188,7 +188,9 @@ void hammereditor_open(t_hammerfile *f, char *title, char *owner)
static
void
hammereditor_tick
(
t_hammerfile
*
f
)
{
sys_vgui
(
"hammereditor_close .%x 1
\n
"
,
(
int
)
f
);
// ico@vt.edu 20200923: disabling all legacy commands that keep
// spamming the console and otherwise have no effect
//sys_vgui("hammereditor_close .%x 1\n", (int)f);
}
void
hammereditor_close
(
t_hammerfile
*
f
,
int
ask
)
...
...
@@ -197,8 +199,8 @@ void hammereditor_close(t_hammerfile *f, int ask)
/* hack: deferring modal dialog creation in order to allow for
a message box redraw to happen -- LATER investigate */
clock_delay
(
f
->
f_editorclock
,
0
);
else
sys_vgui
(
"hammereditor_close .%x 0
\n
"
,
(
int
)
f
);
//
else
//
sys_vgui("hammereditor_close .%x 0\n", (int)f);
}
void
hammereditor_append
(
t_hammerfile
*
f
,
char
*
contents
)
...
...
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