aboutsummaryrefslogtreecommitdiff
path: root/Project1/Contacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project1/Contacts.h')
-rw-r--r--Project1/Contacts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Project1/Contacts.h b/Project1/Contacts.h
index e29d5f0..5d53b89 100644
--- a/Project1/Contacts.h
+++ b/Project1/Contacts.h
@@ -16,9 +16,6 @@ public:
contact(contact&& move);
contact& operator=(contact&& rhs);*/
- int Get_index();
- void Set_index(int id);
-
const char* Get_firstName();
void Set_firstName(const char* firstName);