summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-toolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/gradient-toolbar.h')
-rw-r--r--src/widgets/gradient-toolbar.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/widgets/gradient-toolbar.h b/src/widgets/gradient-toolbar.h
deleted file mode 100644
index 38afb743b..000000000
--- a/src/widgets/gradient-toolbar.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef SEEN_GRADIENT_TOOLBAR_H
-#define SEEN_GRADIENT_TOOLBAR_H
-
-/*
- * Gradient aux toolbar
- *
- * Authors:
- * bulia byak <bulia@dr.com>
- *
- * Copyright (C) 2005 authors
- *
- * Released under GNU GPL, read the file 'COPYING' for more information
- */
-
-class SPDesktop;
-
-typedef struct _GtkActionGroup GtkActionGroup;
-typedef struct _GObject GObject;
-
-void sp_gradient_toolbox_prep(SPDesktop * /*desktop*/, GtkActionGroup* mainActions, GObject* holder);
-
-#endif /* !SEEN_GRADIENT_TOOLBAR_H */