Skip to content

Commit d8e37c2

Browse files
committed
commenting out open source option, that was also commented out in a previous commit
1 parent 790afd1 commit d8e37c2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Paco/src/com/pacoapp/paco/ui/FindExperimentsActivity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ public boolean onOptionsItemSelected(MenuItem item) {
224224
} else if (id == R.id.action_user_agreement) {
225225
launchEula();
226226
return true;
227-
} else if (id == R.id.action_open_source_libs) {
228-
launchOpenSourceLibs();
229-
return true;
227+
// } else if (id == R.id.action_open_source_libs) {
228+
// launchOpenSourceLibs();
229+
// return true;
230230
} else if (id == R.id.action_email_paco_team) {
231231
launchEmailPacoTeam();
232232
return true;

Paco/src/com/pacoapp/paco/ui/FindMyExperimentsActivity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ public boolean onOptionsItemSelected(MenuItem item) {
225225
} else if (id == R.id.action_user_agreement) {
226226
launchEula();
227227
return true;
228-
} else if (id == R.id.action_open_source_libs) {
229-
launchOpenSourceLibs();
230-
return true;
228+
// } else if (id == R.id.action_open_source_libs) {
229+
// launchOpenSourceLibs();
230+
// return true;
231231
} else if (id == R.id.action_email_paco_team) {
232232
launchEmailPacoTeam();
233233
return true;

Paco/src/com/pacoapp/paco/ui/MyExperimentsActivity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,9 @@ public boolean onOptionsItemSelected(MenuItem item) {
724724
} else if (id == R.id.action_user_agreement) {
725725
launchEula();
726726
return true;
727-
} else if (id == R.id.action_open_source_libs) {
728-
launchOpenSourceLibs();
729-
return true;
727+
// } else if (id == R.id.action_open_source_libs) {
728+
// launchOpenSourceLibs();
729+
// return true;
730730
} else if (id == R.id.action_troubleshooting) {
731731
launchTroubleshooting();
732732
return true;

0 commit comments

Comments
 (0)