X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ea6639cdfa9f735ea3e3b4115f15f7afd6515eb..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/ffile.h?ds=inline diff --git a/interface/wx/ffile.h b/interface/wx/ffile.h index 869aed9a22..43d94f1ed1 100644 --- a/interface/wx/ffile.h +++ b/interface/wx/ffile.h @@ -7,31 +7,6 @@ ///////////////////////////////////////////////////////////////////////////// - -/** - Values used for both wxFile and wxFFile. - - @todo make the value names uppercase -*/ -enum wxSeekMode -{ - wxFromStart, - wxFromCurrent, - wxFromEnd -}; - -/** - See wxFFile::GetKind(). -*/ -enum wxFileKind -{ - wxFILE_KIND_UNKNOWN, - wxFILE_KIND_DISK, /**< A file supporting seeking to arbitrary offsets. */ - wxFILE_KIND_TERMINAL, /**< A terminal. */ - wxFILE_KIND_PIPE /**< A pipe. */ -}; - - /** @class wxFFile