summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-03-02 18:12:19 +0100
committerBastien Nocera <hadess@hadess.net>2019-11-26 11:59:41 +0100
commit3362e94c2595440f322798dc4d15f1ed24a4c52c (patch)
tree50592ac40d8ab2c4b1fef380fdb75a9004c1333c /CONTRIBUTING.md
parent209eb5981afe3bce1b31f273a46aa20b037b7d3a (diff)
downloadgdk-pixbuf-3362e94c2595440f322798dc4d15f1ed24a4c52c.tar.gz
Remove obsolete Xlib helper library
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d3fd1f006..8766083b1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -202,8 +202,6 @@ contribution.
```
├── build-aux
-├── contrib
-│   └── gdk-pixbuf-xlib
├── docs
├── gdk-pixbuf
│   └── pixops
@@ -219,9 +217,6 @@ contribution.
```
- `build-aux`: Ancillary files, necessary to build GdkPixbuf
- - `contrib`: Additional functionality outside the main GdkPixbuf API
- - `gdk-pixbuf-xlib`: Xlib integration API; this library is considered
- deprecated, and should not be used in newly written code
- `docs`: The GdkPixbuf API reference
- `gdk-pixbuf`: The core GdkPixbuf source
- `pixops`: Platform-specific code for pixel operations