Remove the unused push scroller code.
This commit is contained in:
@@ -38,13 +38,6 @@
|
||||
(gtype-id "SUGAR_TYPE_KEY_GRABBER")
|
||||
)
|
||||
|
||||
(define-object PushScroller
|
||||
(in-module "Sugar")
|
||||
(parent "GObject")
|
||||
(c-name "SugarPushScroller")
|
||||
(gtype-id "SUGAR_TYPE_PUSH_SCROLLER")
|
||||
)
|
||||
|
||||
(define-object DownloadManager
|
||||
(in-module "Sugar")
|
||||
(parent "GObject")
|
||||
@@ -163,33 +156,6 @@
|
||||
)
|
||||
)
|
||||
|
||||
;; From sugar-push-scroller.h
|
||||
|
||||
(define-function push_scroller_get_type
|
||||
(c-name "sugar_push_scroller_get_type")
|
||||
(return-type "GType")
|
||||
)
|
||||
|
||||
(define-method start
|
||||
(of-object "SugarPushScroller")
|
||||
(c-name "sugar_push_scroller_start")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("SugarBrowser*" "browser")
|
||||
'("int" "x")
|
||||
'("int" "y")
|
||||
)
|
||||
)
|
||||
|
||||
(define-method stop
|
||||
(of-object "SugarPushScroller")
|
||||
(c-name "sugar_push_scroller_stop")
|
||||
(return-type "none")
|
||||
(parameters
|
||||
'("guint32" "timestamp")
|
||||
)
|
||||
)
|
||||
|
||||
;; From sugar-download-manager.h
|
||||
|
||||
(define-function sugar_download_manager_get_type
|
||||
|
||||
@@ -7,7 +7,6 @@ headers
|
||||
#include "sugar-browser.h"
|
||||
#include "sugar-key-grabber.h"
|
||||
#include "sugar-address-entry.h"
|
||||
#include "sugar-push-scroller.h"
|
||||
#include "sugar-download-manager.h"
|
||||
#include "sugar-download.h"
|
||||
#include "sugar-audio-manager.h"
|
||||
|
||||
Reference in New Issue
Block a user