mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 03:20:39 -08:00
* dbusbind.c (Fdbus_register_service, Fdbus_register_method): Remove unused vars.
This commit is contained in:
parent
78320123c1
commit
49cebccaa7
2 changed files with 1 additions and 2 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
* dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
|
||||
if GCC considers string literals to be constants.
|
||||
(Fdbus_register_service, Fdbus_register_method): Remove unused vars.
|
||||
|
||||
2011-03-13 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -1888,7 +1888,6 @@ usage: (dbus-register-service BUS SERVICE &rest FLAGS) */)
|
|||
(int nargs, register Lisp_Object *args)
|
||||
{
|
||||
Lisp_Object bus, service;
|
||||
struct gcpro gcpro1, gcpro2;
|
||||
DBusConnection *connection;
|
||||
unsigned int i;
|
||||
unsigned int value;
|
||||
|
|
@ -2122,7 +2121,6 @@ discovering the still incomplete interface.*/)
|
|||
Lisp_Object dont_register_service)
|
||||
{
|
||||
Lisp_Object key, key1, value;
|
||||
DBusError derror;
|
||||
Lisp_Object args[2] = { bus, service };
|
||||
|
||||
/* Check parameters. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue