diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-10-28 14:13:39 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-10-28 14:13:39 +0100 |
commit | cb9d92ce519e470f7e3e3ef2b483ff129a4978f3 (patch) | |
tree | 54b66dfdb601a41ed93903834e0af09cc0fccf7a | |
parent | 32173a11b434cb381dc30e7db1f83bb9c6032eca (diff) | |
download | st-cb9d92ce519e470f7e3e3ef2b483ff129a4978f3.tar.gz st-cb9d92ce519e470f7e3e3ef2b483ff129a4978f3.tar.bz2 |
Removing the now senseless comment in config.def.h. Thanks to bnwe!
-rw-r--r-- | config.def.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 67b1316..a8f48ea 100644 --- a/config.def.h +++ b/config.def.h @@ -1,8 +1,4 @@ -/* - * Do not include the »pixelsize« parameter in your font definition. It is - * used to calculate zooming. - */ #define FONT "Liberation Mono:pixelsize=12:antialias=false:autohint=false" /* Space in pixels around the terminal buffer */ |