gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-37


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-379-g625bcaa
Date: Wed, 07 Mar 2012 17:32:31 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  625bcaa442d94801a29f5f871ab02dc6eef3b383 (commit)
      from  671fc5f2e6d188c40c4e9f11c002610dcb6bc7b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=625bcaa442d94801a29f5f871ab02dc6eef3b383


commit 625bcaa442d94801a29f5f871ab02dc6eef3b383
Author: Daniele Forsi <address@hidden>
Date:   Wed Mar 7 18:31:46 2012 +0100

    Remove duplicated and unused defines

diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index b0ea470..f97ce9e 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -113,15 +113,7 @@ typedef enum {
 #define NK7110_NOTE_BIRTHDAY           0x04    /* Birthday */
 #define NK7110_NOTE_REMINDER           0x08    /* Reminder */
 
-/* Phone Memory types */
-#define NK7110_MEMORY_DIALLED          0x01    /* Dialled numbers */
-#define NK7110_MEMORY_MISSED           0x02    /* Missed calls */
-#define NK7110_MEMORY_RECEIVED         0x03    /* Received calls */
-#define NK7110_MEMORY_PHONE            0x05    /* Telephone phonebook */
-#define NK7110_MEMORY_SIM              0x06    /* SIM phonebook */
-#define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
-#define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
-
+/* Phonebook Memory types */
 #define NK7110_MEMORY_DC               0x01    /* ME dialled calls list */
 #define NK7110_MEMORY_MC               0x02    /* ME missed (unanswered 
received) calls list */
 #define NK7110_MEMORY_RC               0x03    /* ME received calls list */
@@ -132,7 +124,10 @@ typedef enum {
 #define NK7110_MEMORY_EN               0x08    /* ?? SIM (or ME) emergency 
number */
 #define NK7110_MEMORY_MT               0x09    /* ?? combined ME and SIM 
phonebook */
 #define NK7110_MEMORY_VOICE            0x0b    /* Voice Mailbox */
+#define NK7110_MEMORY_SPEEDDIALS       0x0e    /* Speed dials */
+#define NK7110_MEMORY_GROUPS           0x10    /* Caller groups */
 
+/* SMS Memory types */
 #define NK7110_MEMORY_IN               0x08    /* INBOX */
 #define NK7110_MEMORY_OU               0x10    /* OUTBOX */
 #define NK7110_MEMORY_AR               0x18    /* ARCHIVE */

-----------------------------------------------------------------------

Summary of changes:
 include/phones/nk7110.h |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]