Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergo committed Mar 9, 2016
1 parent e86a913 commit 7444738
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion config.h
Expand Up @@ -29,7 +29,6 @@
#define HAVE_STACK 1
#define HAVE_STRING 1
#define HAVE_STRINGS_H 1
#define HAVE_LINUX_JOYSTICK_H 1
#define HAVE_IPPROTO_TCP_ON_IN_H 1
#undef HAVE_TCP_NODELAY_ON_IN_H
#undef HAVE_SOL_TCP_ON_IN_H
Expand Down
4 changes: 1 addition & 3 deletions global.cc
Expand Up @@ -189,8 +189,6 @@ Global::Global() {

// chess machine had this and FICS admins didn't like it
// if you turn it on, you may be committing abuse.
// this is DAV's fault for not implementing a decent
// way of tracking game observers.
// I'm not going to delete the code. I'm just removing the
// user-friendly controls from the config dialog and setting
// the defaults to safe values.
Expand Down Expand Up @@ -229,7 +227,7 @@ Global::Global() {

memset(P2PName,0,64);
env.User.copy(P2PName,63);

RCKeys.push_back("HilightLastMove"); //0
RCKeys.push_back("AnimateMoves");
RCKeys.push_back("Premove"); //2
Expand Down
13 changes: 0 additions & 13 deletions stl.h
Expand Up @@ -16,17 +16,4 @@

using namespace std;

/*
using std::list;
using std::vector;
using std::stack;
using std::deque;
using std::string;
using std::ostream;
using std::istream;
using std::ofstream;
using std::ifstream;
*/

#endif

0 comments on commit 7444738

Please sign in to comment.