Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Nov 11, 2024
1 parent 48dccd5 commit 0dcce7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion avogadro/qtplugins/templatetool/templatetool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ void TemplateTool::emptyLeftClick(QMouseEvent* e)
return;
QTextStream templateStream(&templ);

CjsonFormat ff;
if (!ff.readString(templateStream.readAll().toStdString(),
templateMolecule))
return;
Expand Down

0 comments on commit 0dcce7f

Please sign in to comment.