[gtksourceview/wip/loader-saver: 26/42] Remove GTK_SOURCE_FILE_ERROR_CANT_CREATE_BACKUP (unused)



commit ff29c8c2568b03cbed731cc15ea8075e1f088121
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jan 6 15:45:02 2014 +0100

    Remove GTK_SOURCE_FILE_ERROR_CANT_CREATE_BACKUP (unused)
    
    Some of the other errors will be used by the loader.

 gtksourceview/gtksourcefile.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/gtksourcefile.h b/gtksourceview/gtksourcefile.h
index 7ebddd0..dc4ccbe 100644
--- a/gtksourceview/gtksourcefile.h
+++ b/gtksourceview/gtksourcefile.h
@@ -91,11 +91,10 @@ typedef enum
 
 #define GTK_SOURCE_FILE_ERROR gtk_source_file_error_quark ()
 
-/* TODO check if these errors are used, and document them. */
+/* TODO document the errors */
 enum
 {
        GTK_SOURCE_FILE_ERROR_EXTERNALLY_MODIFIED,
-       GTK_SOURCE_FILE_ERROR_CANT_CREATE_BACKUP,
        GTK_SOURCE_FILE_ERROR_TOO_BIG,
        GTK_SOURCE_FILE_ERROR_ENCODING_AUTO_DETECTION_FAILED,
        GTK_SOURCE_FILE_ERROR_CONVERSION_FALLBACK


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]