diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-17 16:10:03 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-17 16:10:03 +0000 |
commit | 09ac621b4caf975b36433bdb0f053317c960223e (patch) | |
tree | 811d61f1408d44fb8c496990c00ea4b2afefadec /src/playlists-menu-item.vala | |
parent | 4f18ab234a9ace138eade48a7a548fd8fa596eec (diff) | |
download | ayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.tar.gz ayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.tar.bz2 ayatana-indicator-sound-09ac621b4caf975b36433bdb0f053317c960223e.zip |
working now - needed a hack in the common-def header - automake you drive me nuts
Diffstat (limited to 'src/playlists-menu-item.vala')
-rw-r--r-- | src/playlists-menu-item.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/playlists-menu-item.vala b/src/playlists-menu-item.vala index c169297..79ab506 100644 --- a/src/playlists-menu-item.vala +++ b/src/playlists-menu-item.vala @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -using GLib; using Config; using Dbusmenu; using DbusmenuPlaylists; |