about summary refs log tree commit diff stats
path: root/src/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resource.h')
-rw-r--r--src/resource.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/resource.h b/src/resource.h
index 342e1a2a..5c39d969 100644
--- a/src/resource.h
+++ b/src/resource.h
@@ -42,11 +42,10 @@ typedef struct resource_t {
     resource_presence_t presence;
     char *status;
     int priority;
-    char *caps_str;
 } Resource;
 
 Resource * resource_new(const char * const name, resource_presence_t presence,
-    const char * const status, const int priority, const char * const caps_str);
+    const char * const status, const int priority);
 void resource_destroy(Resource *resource);
 
 int resource_compare_availability(Resource *first, Resource *second);