app: Remove unused code

This was overlooked back in the day when application search moved into GIO.
This commit is contained in:
Florian Müllner 2019-02-05 00:20:45 +01:00
parent 345a8fe748
commit 446183adee

View File

@ -26,12 +26,6 @@
#include <unistd.h>
#endif
typedef enum {
MATCH_NONE,
MATCH_SUBSTRING, /* Not prefix, substring */
MATCH_PREFIX, /* Strict prefix */
} ShellAppSearchMatch;
/* This is mainly a memory usage optimization - the user is going to
* be running far fewer of the applications at one time than they have
* installed. But it also just helps keep the code more logically