Skip to content

Commit

Permalink
Remove weird comments
Browse files Browse the repository at this point in the history
  • Loading branch information
homm committed Sep 1, 2024
1 parent 39acff0 commit 9470bba
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
7 changes: 0 additions & 7 deletions src/encode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1411,10 +1411,3 @@ PyImaging_Jpeg2KEncoderNew(PyObject *self, PyObject *args) {
}

#endif

/*
* Local Variables:
* c-basic-offset: 4
* End:
*
*/
7 changes: 0 additions & 7 deletions src/libImaging/Jpeg2K.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,3 @@ typedef struct {
int plt;

} JPEG2KENCODESTATE;

/*
* Local Variables:
* c-basic-offset: 4
* End:
*
*/
7 changes: 0 additions & 7 deletions src/libImaging/Jpeg2KDecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,3 @@ ImagingJpeg2KVersion(void) {
}

#endif /* HAVE_OPENJPEG */

/*
* Local Variables:
* c-basic-offset: 4
* End:
*
*/
7 changes: 0 additions & 7 deletions src/libImaging/Jpeg2KEncode.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,10 +652,3 @@ ImagingJpeg2KEncodeCleanup(ImagingCodecState state) {
}

#endif /* HAVE_OPENJPEG */

/*
* Local Variables:
* c-basic-offset: 4
* End:
*
*/

0 comments on commit 9470bba

Please sign in to comment.