Skip to content

Commit

Permalink
[examples] fixup podchecker issues from prev.
Browse files Browse the repository at this point in the history
sole =cut does not pass podchecker.
  • Loading branch information
Reini Urban committed Aug 17, 2015
1 parent 93dd24a commit 63d9d29
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions examples/sdl/anim_image.pir
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ _loop:
if x_pos != end_pos goto _loop
.end

=cut

# Local Variables:
# mode: pir
# fill-column: 100
Expand Down
2 changes: 0 additions & 2 deletions examples/sdl/anim_image_dblbuf.pir
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ _loop:
if x_pos != end_pos goto _loop
.end

=cut

# Local Variables:
# mode: pir
# fill-column: 100
Expand Down
2 changes: 0 additions & 2 deletions examples/sdl/blue_font.pir
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ This is a PIR program which draws a message to the screen.
end
.end

=cut

# Local Variables:
# mode: pir
# fill-column: 100
Expand Down
2 changes: 0 additions & 2 deletions examples/sdl/blue_rect.pir
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ This is a PIR program which draws a blue rectangle with SDL Parrot bindings.
end
.end

=cut

# Local Variables:
# mode: pir
# fill-column: 100
Expand Down
2 changes: 0 additions & 2 deletions examples/sdl/bounce_parrot_logo.pir
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,6 @@ return:
end
.end

=cut

# Local Variables:
# mode: pir
# fill-column: 100
Expand Down

0 comments on commit 63d9d29

Please sign in to comment.