diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ctables.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/ctables.h b/include/ctables.h index d63316475..0bd767df0 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -29,8 +29,7 @@ enum CmdResult { CMD_FAILURE = 0, /* Command exists, but failed */ CMD_SUCCESS = 1, /* Command exists, and succeeded */ - CMD_INVALID = 2, /* Command doesnt exist at all! */ - CMD_USER_DELETED = 3 /* User was deleted - DEPRECIATED */ + CMD_INVALID = 2 /* Command doesnt exist at all! */ }; enum TranslateType |