Skip to content

Commit

Permalink
remove stale code
Browse files Browse the repository at this point in the history
  • Loading branch information
wavewave committed Oct 2, 2023
1 parent 6dda5ff commit 3f0d50e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemon/app/ghc-specter-daemon/Render/SourceView.hs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ render ui ss = do
for_ mexpandedModu $ \modu ->
renderSourceTextView modu ss
liftIO ImGui.endChild
-- updateStage "source-view"
--
liftIO $ ImGui.tableSetColumnIndex 2
_ <- liftIO $ ImGui.beginChild ("#supp-view" :: CString) zero (fromBool False) windowFlagsNoScroll
Expand Down

0 comments on commit 3f0d50e

Please sign in to comment.