[Kst] extragear/graphics/kst/kst

Rick Chern rchern at interchange.ubc.ca
Tue Aug 16 02:49:36 CEST 2005


SVN commit 449579 by rchern:

unneeded


 M  +1 -3      kstviewarrow.cpp  


--- trunk/extragear/graphics/kst/kst/kstviewarrow.cpp #449578:449579
@@ -35,7 +35,7 @@
 KstViewArrow::KstViewArrow(const QDomElement& e)
 : KstViewLine(e) {
 
-  int orientationInt;
+  int orientationInt = 0;
   
   QDomNode n = e.firstChild();
   while (!n.isNull()) {
@@ -69,8 +69,6 @@
  
   // always has this value
   _type = "Arrow";
-  setTransparent(true);
-  _layoutActions |= Delete | Raise | Lower | RaiseToTop | LowerToBottom | Rename | MoveTo | Copy | CopyTo;
 }
 
 


More information about the Kst mailing list