summaryrefslogtreecommitdiff
path: root/src/audacious/general.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audacious/general.h')
-rw-r--r--src/audacious/general.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/audacious/general.h b/src/audacious/general.h
deleted file mode 100644
index c9a7c9e..0000000
--- a/src/audacious/general.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * general.h
- * Copyright 2011 John Lindgren
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- * this list of conditions, and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions, and the following disclaimer in the documentation
- * provided with the distribution.
- *
- * This software is provided "as is" and without any warranty, express or
- * implied. In no event shall the authors be liable for any damages arising from
- * the use of this software.
- */
-
-#ifndef AUDACIOUS_GENERAL_H
-#define AUDACIOUS_GENERAL_H
-
-#include "plugins.h"
-
-void general_init (void);
-void general_cleanup (void);
-
-bool_t general_plugin_start (PluginHandle * plugin);
-void general_plugin_stop (PluginHandle * plugin);
-
-PluginHandle * general_plugin_by_widget (/* GtkWidget * */ void * widget);
-
-#endif