Skip to content

Commit

Permalink
Get rid of unused macros
Browse files Browse the repository at this point in the history
  • Loading branch information
thorvald committed May 15, 2011
1 parent d0f075e commit b99c639
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/mumble/DirectSound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@
// #define MY_DEFERRED DS3D_DEFERRED
#define MY_DEFERRED DS3D_IMMEDIATE


#define NBLOCKS 50
#define MAX(a,b) ( (a) > (b) ? (a) : (b) )
#define MIN(a,b) ( (a) < (b) ? (a) : (b) )

class DXAudioOutputRegistrar : public AudioOutputRegistrar {
public:
Expand Down
3 changes: 0 additions & 3 deletions src/mumble/OSS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@

#define NBLOCKS 8

#define MAX(a,b) ( (a) > (b) ? (a) : (b) )
#define MIN(a,b) ( (a) < (b) ? (a) : (b) )

class OSSEnumerator {
public:
QHash<QString,QString> qhInput;
Expand Down

0 comments on commit b99c639

Please sign in to comment.