aboutsummaryrefslogtreecommitdiffstats
path: root/src/libgamma_native_error.w32.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgamma_native_error.w32.pyx')
-rw-r--r--src/libgamma_native_error.w32.pyx15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/libgamma_native_error.w32.pyx b/src/libgamma_native_error.w32.pyx
index 10a510c..4d5aaac 100644
--- a/src/libgamma_native_error.w32.pyx
+++ b/src/libgamma_native_error.w32.pyx
@@ -20,12 +20,6 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
cimport cython
-cdef extern int errno
-'''
-`errno` of course.
-'''
-
-
cdef extern short libgamma_group_gid
'''
Group that the user needs to be a member of if
@@ -81,15 +75,6 @@ Return the value of a `libgamma` error definition refered to by name.
-def libgamma_native_get_errno() -> int:
- '''
- Get the current value, for the current thread, of `errno`.
-
- @return The value `errno`.
- '''
- return int(errno)
-
-
def libgamma_native_get_group_gid() -> int:
'''
Getter.