shell-util: Remove shell_breakpoint
A near identical function appears in gjs, in the "system" module: const System = imports.system; System.breakpoint();
This commit is contained in:
@@ -39,8 +39,6 @@ gboolean shell_write_string_to_stream (GOutputStream *stream,
|
||||
char *shell_get_file_contents_utf8_sync (const char *path,
|
||||
GError **error);
|
||||
|
||||
void shell_breakpoint (void);
|
||||
|
||||
gboolean shell_parse_search_provider (const char *data,
|
||||
char **name,
|
||||
char **url,
|
||||
|
Reference in New Issue
Block a user