Skip to content

Commit

Permalink
python: drop experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Aug 25, 2020
1 parent 6d7f9eb commit bd14d6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/src/notcurses/build_notcurses.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"""
#include <notcurses/direct.h>
#include <notcurses/notcurses.h>
static inline uint64_t ncplane_set_fchannel(struct ncplane* n, uint32_t channel){ return channels_set_fchannel(&n->channels, channel); }
static inline uint64_t ncplane_set_bchannel(struct ncplane* n, uint32_t channel){ return channels_set_bchannel(&n->channels, channel); }
""",
libraries=["notcurses"],
)
Expand Down

0 comments on commit bd14d6d

Please sign in to comment.