diff options
author | joye <joye> | 2014-04-25 17:31:50 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-25 17:31:50 (GMT) |
commit | b39b04f77a46e560cbd821398e27132a0ec59a60 (patch) | |
tree | 7a021824f01316f217148255f9cb34f1d8694c78 /src/bltGrElem.C | |
parent | bed246f4b961d7ec28d0704b7cf591bb6751b702 (diff) | |
download | blt-b39b04f77a46e560cbd821398e27132a0ec59a60.zip blt-b39b04f77a46e560cbd821398e27132a0ec59a60.tar.gz blt-b39b04f77a46e560cbd821398e27132a0ec59a60.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrElem.C')
-rw-r--r-- | src/bltGrElem.C | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/bltGrElem.C b/src/bltGrElem.C index b17ca6d..c316ecf 100644 --- a/src/bltGrElem.C +++ b/src/bltGrElem.C @@ -128,15 +128,6 @@ PenStyle** Element::StyleMap() return dataToStyle; } -void Element::freePen(Pen* penPtr) -{ - if (penPtr != NULL) { - penPtr->refCount_--; - if (penPtr->refCount_ == 0) - delete penPtr; - } -} - void Blt_FreeStylePalette(Blt_Chain stylePalette) { // Skip the first slot. It contains the built-in "normal" pen of the element |