Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix error with no class memeber
Browse files Browse the repository at this point in the history
  • Loading branch information
samdai01 committed Jan 8, 2024
1 parent a4e253f commit 591608c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/diagnostics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,5 @@ int main(int argc, char ** argv)

CommonUI myObj;

int width = myObj.getTerminalWidthPub();

std::cout << "Terminal width is: " << width << std::endl;

return 0;
}

0 comments on commit 591608c

Please sign in to comment.