Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 70db79aeb6f762d1452a58a64b648349 > files > 15

afterstep-2.2.12-22.mga9.src.rpm

From cf00717272e614806d9ad098ceb804d5e8acb3de Mon Sep 17 00:00:00 2001
From: Remco Rijnders <remco@webconquest.com>
Date: Fri, 13 Feb 2015 10:08:53 +0100
Subject: [PATCH 15/18] Remove empty function GetOptions

---
 src/WinList2/WinList.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/WinList2/WinList.c b/src/WinList2/WinList.c
index 1ca6483b..407b1dc9 100644
--- a/src/WinList2/WinList.c
+++ b/src/WinList2/WinList.c
@@ -134,7 +134,6 @@ void WinList_usage (void)
 void retrieve_winlist_astbar_props();
 void SetWinListLook();
 void GetBaseOptions (const char *filename);
-void GetOptions (const char *filename);
 void HandleEvents();
 void process_message (send_data_type type, send_data_type *body);
 void DispatchEvent (ASEvent * Event);
@@ -325,10 +324,6 @@ void GetBaseOptions (const char *filename)
     ReloadASEnvironment( NULL, NULL, NULL, False, True );
 }
 
-void GetOptions (const char *filename)
-{
-}
-
 Bool match_NoCollides( char *name )
 {
     int i ; 
-- 
2.22.0