aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ring.h')
-rw-r--r--src/ring.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ring.h b/src/ring.h
index 8dc0422..b9e9ced 100644
--- a/src/ring.h
+++ b/src/ring.h
@@ -18,7 +18,6 @@
#ifndef __RING_H
#define __RING_H
-#include <string.h>
#include <bsd/sys/queue.h>
#include <glib.h>
@@ -38,11 +37,6 @@ namespace SciTECO {
/*
* Auxiliary functions
*/
-static inline bool
-is_glob_pattern(const gchar *str)
-{
- return strchr(str, '*') || strchr(str, '?');
-}
/*
* Get absolute/full version of a possibly relative path.