Skip to content

Commit

Permalink
#23 不要な部分の消し忘れの消去
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPt committed Apr 21, 2024
1 parent 37278ba commit 06b32f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Epub/KoeBook.Epub/Services/ScrapingAozoraService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ internal void ProcessChildren(EpubDocument document, IElement element, string cl
/// <param name="document"><see cref="CssClass"/>を変更するEpubDocument</param>
void AddCssClasses(EpubDocument document)
{
var classNames = new string[] { "jisage", "text_indent", "chitsuki" };

(int min, int max) value = (0, 0);
if (Classes.TryGetValue("jisage", out value))
{
Expand Down

0 comments on commit 06b32f1

Please sign in to comment.