[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kjs
From:       Harri Porten <porten () kde ! org>
Date:       2005-04-24 17:17:03
Message-ID: 20050424171703.D700762B () office ! kde ! org
[Download RAW message or body]

CVS commit by porten: 

removed superfluous constructor


  M +1 -1      ustring.h   1.68
  M +1 -1      value.cpp   1.37
  M +0 -1      value.h   1.40


--- kdelibs/kjs/ustring.h  #1.67:1.68
@@ -25,5 +25,5 @@
 #define _KJS_USTRING_H_
 
-#include "global.h"
+#include "/home/porten/obj/kdelibs/kjs/global.h"
 
 /**

--- kdelibs/kjs/value.cpp  #1.36:1.37
@@ -331,5 +331,5 @@ Boolean Boolean::dynamicCast(const Value
 // ------------------------------ String ---------------------------------------
 
-String::String(const UString &s) : Value(new StringImp(UString(s)))
+String::String(const UString &s) : Value(new StringImp(s))
 {
 #ifndef NDEBUG

--- kdelibs/kjs/value.h  #1.39:1.40
@@ -30,5 +30,4 @@
 #include "ustring.h"
 #include "simple_number.h"
-#include "global.h"
 
 // Primitive data types


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic