summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/font-variations.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-03-18 10:15:33 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-03-18 10:15:33 +0000
commit0ad29b463567262c562c845cd9cdc07971afde28 (patch)
tree808b49ab3351ef7329b6f12292b76651f0be7aca /src/ui/widget/font-variations.cpp
parentFix rendering for text with inherited 'font-variation-settings' property. (diff)
downloadinkscape-0ad29b463567262c562c845cd9cdc07971afde28.tar.gz
inkscape-0ad29b463567262c562c845cd9cdc07971afde28.zip
Keep font variations widget in sync with CSS style widget.
Diffstat (limited to 'src/ui/widget/font-variations.cpp')
-rw-r--r--src/ui/widget/font-variations.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/widget/font-variations.cpp b/src/ui/widget/font-variations.cpp
index d0e6090e5..20012b381 100644
--- a/src/ui/widget/font-variations.cpp
+++ b/src/ui/widget/font-variations.cpp
@@ -93,7 +93,6 @@ FontVariations::update (Glib::ustring& font_spec) {
void
FontVariations::fill_css( SPCSSAttr *css ) {
- std::cout << "FontVariations::fill_css" << std::endl;
// Eventually will want to favor using 'font-weight', etc. but at the moment these
// can't handle "fractional" values. See CSS Fonts Module Level 4.