aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Main.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/Main.hxx b/src/Main.hxx
index a8ec184c8..831bbaf23 100644
--- a/src/Main.hxx
+++ b/src/Main.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2013 The Music Player Daemon Project
+ * Copyright (C) 2003-2014 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -20,14 +20,9 @@
#ifndef MPD_MAIN_HXX
#define MPD_MAIN_HXX
-class ThreadId;
class EventLoop;
struct Instance;
-extern ThreadId main_thread;
-
-extern EventLoop *main_loop;
-
extern Instance *instance;
/**