Update error.h
This commit is contained in:
parent
0a212fa29d
commit
07114ad654
@ -27,7 +27,6 @@ typedef enum
|
||||
ERROR_TEXT_LANGUAGE_WORD_WRAP = ERROR_TEXT | ERROR_LANGUAGE_FLAG | ERROR_WORD_WRAP_FLAG, ///< Displays the custom error message with automatic line wrapping and in the specified language.
|
||||
}errorType;
|
||||
|
||||
|
||||
///< Flags for the Upper Screen.Does nothing even if specified.
|
||||
|
||||
typedef enum
|
||||
@ -36,7 +35,6 @@ typedef enum
|
||||
STEREO,
|
||||
}errorScreenFlag;
|
||||
|
||||
|
||||
///< Return code of the Error module.Use UNKNOWN for simple apps.
|
||||
|
||||
typedef enum
|
||||
@ -50,7 +48,6 @@ typedef enum
|
||||
POWER_BUTTON,
|
||||
}errorReturnCode;
|
||||
|
||||
|
||||
///< Structure to be passed to the applet.Shouldn't be modified directly.
|
||||
|
||||
typedef struct
|
||||
|
Loading…
Reference in New Issue
Block a user