[gnome-flashback] workarounds: remove unused function



commit 85f5c6dde4ddb6a2b8e72015959f21af3efbff23
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Mon Sep 7 02:54:12 2015 +0300

    workarounds: remove unused function

 gnome-flashback/libworkarounds/gf-workarounds.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/gnome-flashback/libworkarounds/gf-workarounds.c b/gnome-flashback/libworkarounds/gf-workarounds.c
index c5e0cf2..f031bc0 100644
--- a/gnome-flashback/libworkarounds/gf-workarounds.c
+++ b/gnome-flashback/libworkarounds/gf-workarounds.c
@@ -104,20 +104,6 @@ fetch_card16 (XSettingsBuffer *buffer,
 }
 
 static gboolean
-fetch_ushort (XSettingsBuffer *buffer,
-              gushort         *result)
-{
-  CARD16 x;
-  gboolean r;
-
-  r = fetch_card16 (buffer, &x);
-  if (r)
-    *result = x;
-
-  return r;
-}
-
-static gboolean
 fetch_card32 (XSettingsBuffer *buffer,
               CARD32          *result)
 {


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