shell: Hide/drop unused public API

These static methods won't work as-is as MetaStartupSequence API in
JS bindings. Luckily those are used nowhere there.
This commit is contained in:
Carlos Garnacho
2018-08-23 00:02:37 +02:00
parent 10b3671a99
commit cdb8ac3a2f
2 changed files with 2 additions and 48 deletions

View File

@@ -24,9 +24,6 @@ ShellApp *shell_window_tracker_get_app_from_pid (ShellWindowTracker *tracker, in
GSList *shell_window_tracker_get_startup_sequences (ShellWindowTracker *tracker);
ShellApp *shell_startup_sequence_get_app (MetaStartupSequence *sequence);
ClutterActor *shell_startup_sequence_create_icon (MetaStartupSequence *sequence, guint size);
G_END_DECLS
#endif /* __SHELL_WINDOW_TRACKER_H__ */