Update error.h

This commit is contained in:
Kartik 2017-03-02 23:15:00 +05:30 committed by GitHub
parent 0a212fa29d
commit 07114ad654

View File

@ -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