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
David MacDonald
purr-data
Commits
225f3b4a
Commit
225f3b4a
authored
Jan 06, 2017
by
Albert Gräf
Browse files
Get rid of the sys_gui calls in hammereditor/panel_guidefs for now, they just clutter the console.
parent
8c8af94d
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/miXed/shared/hammer/file.c
View file @
225f3b4a
...
...
@@ -60,6 +60,7 @@ static t_hammerfile *hammerfile_getproxy(t_pd *master)
static
void
hammereditor_guidefs
(
void
)
{
#if 0
sys_gui("proc hammereditor_open {name geometry title sendable} {\n");
sys_gui(" if {[winfo exists $name]} {\n");
sys_gui(" $name.text delete 1.0 end\n");
...
...
@@ -161,6 +162,7 @@ static void hammereditor_guidefs(void)
sys_gui(" } else {hammereditor_doclose $name}\n");
sys_gui(" }\n");
sys_gui("}\n");
#endif
}
/* null owner defaults to class name, pass "" to supress */
...
...
@@ -272,6 +274,7 @@ static void hammereditor_end(t_hammerfile *f)
static
void
hammerpanel_guidefs
(
void
)
{
#if 0
sys_gui("proc hammerpanel_open {target inidir} {\n");
sys_gui(" global pd_opendir\n");
sys_gui(" if {$inidir == \"\"} {\n");
...
...
@@ -306,6 +309,7 @@ static void hammerpanel_guidefs(void)
sys_gui(" [pdtk_enquote $filename] [pdtk_enquote $directory] \\;]\n");
sys_gui(" }\n");
sys_gui("}\n");
#endif
}
/* There are two modes of -initialdir persistence:
...
...
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