Skip to content

Commit

Permalink
Remove deprecated symbols (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Jul 28, 2022
1 parent e68d497 commit 350a459
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
11 changes: 0 additions & 11 deletions pyvips/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@ def at_least_libvips(x, y):

return major > x or (major == x and minor >= y)


def path_filename7(filename):
return _to_string(vips_lib.vips_path_filename7(_to_bytes(filename)))


def path_mode7(filename):
return _to_string(vips_lib.vips_path_mode7(_to_bytes(filename)))


def type_find(basename, nickname):
"""Get the GType for a name.
Expand Down Expand Up @@ -139,8 +130,6 @@ def values_for_flag(gtype):
'leak_set',
'version',
'at_least_libvips',
'path_filename7',
'path_mode7',
'type_find',
'nickname_find',
'get_suffixes',
Expand Down
3 changes: 0 additions & 3 deletions pyvips/vdecls.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ def cdefs(features):
void vips_leak_set (int leak);
char* vips_path_filename7 (const char* path);
char* vips_path_mode7 (const char* path);
GType vips_type_find (const char* basename, const char* nickname);
const char* vips_nickname_find (GType type);
Expand Down

0 comments on commit 350a459

Please sign in to comment.