chiark / gitweb /
Remove unused and invalid udev definitions
[elogind.git] / src / shared / condition.h
index 0780e78123ab6d2628120482a48f6ef9c67ae9be..42fb9646d87fc9ac33d44c30449581396985ac9f 100644 (file)
@@ -77,7 +77,7 @@ typedef struct Condition {
         LIST_FIELDS(struct Condition, conditions);
 } Condition;
 
-Condition* condition_new(ConditionType type, const char *parameter, bool trigger, bool negate);
+// UNNEEDED Condition* condition_new(ConditionType type, const char *parameter, bool trigger, bool negate);
 void condition_free(Condition *c);
 Condition* condition_free_list(Condition *c);