diff options
Diffstat (limited to 'qbuffers.cpp')
-rw-r--r-- | qbuffers.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/qbuffers.cpp b/qbuffers.cpp index 5f33417..61eab15 100644 --- a/qbuffers.cpp +++ b/qbuffers.cpp @@ -126,15 +126,6 @@ Ring::~Ring() } /* - * Auxiliary functions - */ -static inline bool -is_glob_pattern(const gchar *str) -{ - return strchr(str, '*') || strchr(str, '?'); -} - -/* * Command states */ |