summaryrefslogtreecommitdiffstats
path: root/paman.hh
diff options
context:
space:
mode:
Diffstat (limited to 'paman.hh')
-rw-r--r--paman.hh15
1 files changed, 0 insertions, 15 deletions
diff --git a/paman.hh b/paman.hh
deleted file mode 100644
index 7f2127f..0000000
--- a/paman.hh
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef foopamanhhfoo
-#define foopamanhhfoo
-
-#include "ServerInfo.hh"
-
-#define GLADE_FILE "paman.glade"
-
-extern ServerInfoManager *serverInfoManager;
-extern MainWindow *mainWindow;
-extern struct pa_context *context;
-
-void create_connection();
-
-
-#endif