diff options
author | Malte Starostik <m-starostik@versanet.de> | 2012-06-03 21:39:21 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-06-04 13:30:54 +0200 |
commit | cabe5d25640914be1000d23bcdd29d2ffc6333de (patch) | |
tree | a88c876546052ecd8c7d814ce34502638a10eb3a /src/login/logind-inhibit.h | |
parent | 2b71016a3c3d4c088e8edd170fe6eb8431fd71fa (diff) |
logind: punt duplicate definition of InhibitWhat
Trivial fix for:
src/login/logind-inhibit.h:37:3: error: redefinition of typedef 'InhibitWhat'
src/login/logind-inhibit.h:26:26: note: previous declaration of 'InhibitWhat' was here
Diffstat (limited to 'src/login/logind-inhibit.h')
-rw-r--r-- | src/login/logind-inhibit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/login/logind-inhibit.h b/src/login/logind-inhibit.h index 4377f00429..e72536f2ac 100644 --- a/src/login/logind-inhibit.h +++ b/src/login/logind-inhibit.h @@ -23,7 +23,6 @@ ***/ typedef struct Inhibitor Inhibitor; -typedef enum InhibitWhat InhibitWhat; #include "list.h" #include "util.h" |