chiark / gitweb /
target: don't synthesize a runlevel property for targets anymore since we don't need...
[elogind.git] / src / target.h
index 5397d50d7c1069486cdef29e5c088025fb52b09a..37d54d106d83ecc8ce37d014ce8b4fd32a60c130 100644 (file)
@@ -41,8 +41,6 @@ struct Target {
 
 extern const UnitVTable target_vtable;
 
-int target_get_runlevel(Target *t);
-
 const char* target_state_to_string(TargetState i);
 TargetState target_state_from_string(const char *s);