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-55


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-559-ge43cfd9
Date: Sat, 11 Jan 2014 16:14:25 +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  e43cfd90d89e3237ffae14ad7064befc1f39d112 (commit)
      from  9692ec8229dbc02d0aa509e7e269a5e2d7b4aaea (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=e43cfd90d89e3237ffae14ad7064befc1f39d112


commit e43cfd90d89e3237ffae14ad7064befc1f39d112
Author: Daniele Forsi <address@hidden>
Date:   Sat Jan 11 16:35:49 2014 +0100

    Remove unused enums

diff --git a/include/phones/nk6510.h b/include/phones/nk6510.h
index 15e73d1..8546b17 100644
--- a/include/phones/nk6510.h
+++ b/include/phones/nk6510.h
@@ -22,14 +22,6 @@
 
 #include "gnokii.h"
 
-typedef enum {
-       GN_OP_NK6510_GetSMSFolders = GN_OP_Max,
-       GN_OP_NK6510_GetSMSFolderStatus,
-       GN_OP_NK6510_GetPicture,
-       GN_OP_NK6510_Subscribe,
-       GN_OP_NK6510_Max       /* don't append anything after this entry */
-} GSM6510_Operation;
-
 /* Message types */
 #define NK6510_MSG_COMMSTATUS  0x01    /* Communication status */
 #define NK6510_MSG_SMS         0x02    /* SMS handling */
diff --git a/include/phones/nk7110.h b/include/phones/nk7110.h
index acca576..5e1c73c 100644
--- a/include/phones/nk7110.h
+++ b/include/phones/nk7110.h
@@ -25,9 +25,7 @@
 #include "gnokii.h"
 
 typedef enum {
-       GN_OP_NK7110_GetSMSFolders = GN_OP_Max,
-       GN_OP_NK7110_GetSMSFolderStatus,
-       GN_OP_NK7110_GetPictureList,
+       GN_OP_NK7110_GetPictureList = GN_OP_Max,
        GN_OP_NK7110_Max       /* don't append anything after this entry */
 } gn_nk7100_operation;
 

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

Summary of changes:
 include/phones/nk6510.h |    8 --------
 include/phones/nk7110.h |    4 +---
 2 files changed, 1 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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