Skip to content

Commit

Permalink
Fix warnings for unused py init for JPEG/PNG
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Dec 25, 2024
1 parent 0f2de13 commit 993dee3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Python/Util/pyJPEG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include <Util/plJPEG.h>

PY_PLASMA_EMPTY_INIT(JPEG)
PY_PLASMA_NEW_MSG(JPEG, "plJPEG cannot be constructed")

PY_METHOD_STATIC_VA(JPEG, DecompressJPEG,
Expand Down
1 change: 0 additions & 1 deletion Python/Util/pyPNG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include <Util/plPNG.h>

PY_PLASMA_EMPTY_INIT(PNG)
PY_PLASMA_NEW_MSG(PNG, "plPNG cannot be constructed")

PY_METHOD_STATIC_VA(PNG, DecompressPNG,
Expand Down

0 comments on commit 993dee3

Please sign in to comment.