Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove orphaned gfx::text::shaper code #1348

Merged
merged 1 commit into from
Dec 7, 2013

Conversation

dhedlund
Copy link
Contributor

@dhedlund dhedlund commented Dec 7, 2013

The shaper code referenced in this issue is no longer being used. It
was removed in commit a535f22, but
later reintroduced due to a merge conflict in commit
d64d987.

Fixes #163.

The shaper code referenced in this issue is no longer being used.  It
was removed in commit a535f22, but
later reintroduced due to a merge conflict in commit
d64d987.

Fixes servo#163.
@highfive
Copy link

highfive commented Dec 7, 2013

Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @kmcallister (or someone else) soon.

@dhedlund
Copy link
Contributor Author

dhedlund commented Dec 7, 2013

There were two copies of the shaper code for a short period of time and the non-orphaned version fixed the original issue in commit c850b59.

@larsbergstrom
Copy link
Contributor

This looks great: r+.

Tested locally on Linux and OSX (our buildbot servers are down).

larsbergstrom added a commit that referenced this pull request Dec 7, 2013
Remove orphaned gfx::text::shaper code
@larsbergstrom larsbergstrom merged commit 76e3b34 into servo:master Dec 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uses of Shaper::new() do not reference the platform-independent typedef.
3 participants