X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Frs_modification.h;fp=src%2Fbase%2Frs_modification.h;h=c4183f9369d90a08a5035a6f5b3d918b35f6c7f7;hb=d86611a87f46873819dfae63f1112b248ba9aca1;hp=41fb0263bf1f1054e8bfcb7dfe3038f91054ff84;hpb=a5a416c0a1276401a71b2c0e482af867f4583985;p=architektonas diff --git a/src/base/rs_modification.h b/src/base/rs_modification.h index 41fb026..c4183f9 100644 --- a/src/base/rs_modification.h +++ b/src/base/rs_modification.h @@ -212,7 +212,6 @@ class RS_Modification bool explode(); bool explodeTextIntoLetters(); -// bool explodeTextIntoLetters(RS_Text* text, Q3PtrList& addList); bool explodeTextIntoLetters(RS_Text * text, QList & addList); bool moveRef(RS_MoveRefData & data); @@ -228,7 +227,6 @@ class RS_Modification private: void deselectOriginals(bool remove); -// void addNewEntities(Q3PtrList& addList); void addNewEntities(QList & addList); protected: