Skip to content

Commit

Permalink
Removed duplicate definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukender committed Apr 10, 2012
1 parent 8256733 commit 51aee82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions src/ShipType.cpp
Expand Up @@ -4,6 +4,7 @@
#include "LuaUtils.h"
#include "utils.h"
#include "Lang.h"
#include "Config.h"

const char *ShipType::gunmountNames[GUNMOUNT_MAX] = {
Lang::FRONT, Lang::REAR };
Expand Down
5 changes: 0 additions & 5 deletions src/libs.h
Expand Up @@ -18,11 +18,6 @@
#include <string>
#include <vector>

/* on unix this would probably become $PREFIX/pioneer */
#ifndef PIONEER_DATA_DIR
#define PIONEER_DATA_DIR "data"
#endif /* PIONEER_DATA_DIR */

#ifdef _WIN32
# include <malloc.h>

Expand Down

0 comments on commit 51aee82

Please sign in to comment.