Skip to content

Commit

Permalink
removed jobs.hasUniversityDegree
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-leong authored May 26, 2021
1 parent 0f0bfa2 commit a5a2f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ class Jobs {
bool cookingDegreeFinished;
bool talkingDegreeFinished;

bool hasUniversityDegree;

// job = {pay per min}

int programmer; // requires university degree in computer science
Expand All @@ -55,6 +53,8 @@ class Jobs {

int UniFee;

int numOfDegrees;

std::string course1;
std::string course2;
std::string course3;
Expand Down

0 comments on commit a5a2f30

Please sign in to comment.