From: Nicolás Dimov Date: Thu, 20 Nov 2003 07:05:31 +0000 (+0000) Subject: arregle un poquito la and X-Git-Tag: svn_import~228 X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/commitdiff_plain/c90e905d76aed75379d220478e97fda0d34ec59b?ds=sidebyside arregle un poquito la and --- diff --git a/Constructor/pixmaps/and_e.png b/Constructor/pixmaps/and_e.png index 0ae0826..dee099c 100644 Binary files a/Constructor/pixmaps/and_e.png and b/Constructor/pixmaps/and_e.png differ diff --git a/Constructor/pixmaps/and_n.png b/Constructor/pixmaps/and_n.png index 8abc931..df2cef3 100644 Binary files a/Constructor/pixmaps/and_n.png and b/Constructor/pixmaps/and_n.png differ diff --git a/Constructor/pixmaps/and_o.png b/Constructor/pixmaps/and_o.png index dcd5136..af052c5 100644 Binary files a/Constructor/pixmaps/and_o.png and b/Constructor/pixmaps/and_o.png differ diff --git a/Constructor/pixmaps/and_s.png b/Constructor/pixmaps/and_s.png index bbb3bf9..076be0d 100644 Binary files a/Constructor/pixmaps/and_s.png and b/Constructor/pixmaps/and_s.png differ diff --git a/Constructor/src/workplace.cpp b/Constructor/src/workplace.cpp index 1d93082..1666c8a 100644 --- a/Constructor/src/workplace.cpp +++ b/Constructor/src/workplace.cpp @@ -60,7 +60,6 @@ void WorkPlace::delete_item(int _id) while ( i != listaItems->end() ){ CItem *temp = *i; if ( temp->get_id() == _id ){ -// delete_line(_id); listaItems->erase(i); delete temp; break; @@ -71,7 +70,6 @@ void WorkPlace::delete_item(int _id) while ( i != lista_logic_Items->end() ){ CItem *temp = *i; if ( temp->get_id() == _id ){ -// delete_line(_id); lista_logic_Items->erase(i); delete temp; break;