Skip to content

Commit

Permalink
Merge pull request #122 from czarkoff/redeclarations
Browse files Browse the repository at this point in the history
Drop typedef redeclarations
  • Loading branch information
mannol1 committed Apr 8, 2014
2 parents 9fbf7bd + f54cd87 commit 4b83df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/audio_call.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#include "config.h"
#endif

#include "audio_call.h"
#include "toxic_windows.h"
#include "audio_call.h"
#include "chat_commands.h"
#include "global_commands.h"
#include "toxic_windows.h"
Expand Down
4 changes: 1 addition & 3 deletions src/audio_call.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#include <tox/toxav.h>

typedef struct ToxWindow ToxWindow;

typedef enum _AudioError
{
NoError = 0,
Expand All @@ -27,4 +25,4 @@ int errors();

int start_transmission(ToxWindow *self);

#endif /* _audio_h */
#endif /* _audio_h */

0 comments on commit 4b83df3

Please sign in to comment.