diff options
| author | Adrian Robert | 2008-07-22 11:54:25 +0000 |
|---|---|---|
| committer | Adrian Robert | 2008-07-22 11:54:25 +0000 |
| commit | 365bac35a5ff56d76207a5130c7746b085172cee (patch) | |
| tree | fda415ba4f63e7d4b071975d224ef955f5e4c47c /src | |
| parent | 6a0e4c608b39e90e2997808b1cca7909edbe5b3f (diff) | |
| download | emacs-365bac35a5ff56d76207a5130c7746b085172cee.tar.gz emacs-365bac35a5ff56d76207a5130c7746b085172cee.zip | |
remove debugging println
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/nsterm.m | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 95861dc3824..4c057a06fb2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-07-22 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * nsterm.m (syms_of_nsterm): Remove debugging println. | ||
| 4 | |||
| 1 | 2008-07-22 David Reitter <david.reitter@gmail.com> | 5 | 2008-07-22 David Reitter <david.reitter@gmail.com> |
| 2 | 6 | ||
| 3 | * nsfns.m: (do_applescript, F_do_applescript): NS version of the | 7 | * nsfns.m: (do_applescript, F_do_applescript): NS version of the |
diff --git a/src/nsterm.m b/src/nsterm.m index 8aa0c2ac956..3e582861467 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -3810,7 +3810,6 @@ handling_signal = 0; | |||
| 3810 | ns_antialias_threshold = NILP (tmp) ? 10.0 : XFLOATINT (tmp); | 3810 | ns_antialias_threshold = NILP (tmp) ? 10.0 : XFLOATINT (tmp); |
| 3811 | ns_default ("UseQuickdrawSmoothing", &ns_use_qd_smoothing, | 3811 | ns_default ("UseQuickdrawSmoothing", &ns_use_qd_smoothing, |
| 3812 | Qt, Qnil, NO, NO); | 3812 | Qt, Qnil, NO, NO); |
| 3813 | fprintf(stderr, "qd smoothing: %d (%d, %d)\n", ns_use_qd_smoothing, EQ(ns_use_qd_smoothing, Qt), NILP(ns_use_qd_smoothing)); | ||
| 3814 | ns_default ("UseSystemHighlightColor", &ns_use_system_highlight_color, | 3813 | ns_default ("UseSystemHighlightColor", &ns_use_system_highlight_color, |
| 3815 | Qt, Qnil, NO, NO); | 3814 | Qt, Qnil, NO, NO); |
| 3816 | if (EQ (ns_use_system_highlight_color, Qt)) | 3815 | if (EQ (ns_use_system_highlight_color, Qt)) |