app: Remove unused code
This was overlooked back in the day when application search moved into GIO.
This commit is contained in:
parent
345a8fe748
commit
446183adee
@ -26,12 +26,6 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#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
|
/* 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
|
* be running far fewer of the applications at one time than they have
|
||||||
* installed. But it also just helps keep the code more logically
|
* installed. But it also just helps keep the code more logically
|
||||||
|
Loading…
x
Reference in New Issue
Block a user