diff options
| author | Ted Gould <ted@gould.cx> | 2006-02-06 05:38:08 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2006-02-06 05:38:08 +0000 |
| commit | 1d97567299259f4ceaea8ff51de359dc74b49578 (patch) | |
| tree | 5d4da9bec137ed8edc1e1e25faa068645a3c67a5 /src/style.cpp | |
| parent | DBL_MIN replaced by -DBL_MAX which is what I meant all along. (diff) | |
| download | inkscape-1d97567299259f4ceaea8ff51de359dc74b49578.tar.gz inkscape-1d97567299259f4ceaea8ff51de359dc74b49578.zip | |
(bzr r90)
Diffstat (limited to 'src/style.cpp')
| -rw-r--r-- | src/style.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp index e0a1dcc7d..5fe837fe7 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -390,7 +390,6 @@ sp_style_new() style->cloned = false; style->hreffed = false; - style->listening = false; return style; } |
