Removed vim modelines since we have a project .vimrc now

This commit is contained in:
Srivats P. 2009-12-28 08:34:47 +00:00
parent c7d90ff1ab
commit a9e9a7db07
10 changed files with 0 additions and 21 deletions

View File

@ -210,5 +210,3 @@ void AbstractPort::stats(PortStats *stats)
stats->txPps = stats_.txPps; stats->txPps = stats_.txPps;
stats->txBps = stats_.txBps; stats->txBps = stats_.txBps;
} }
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */

View File

@ -78,5 +78,3 @@ private:
}; };
#endif #endif
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */

View File

@ -419,5 +419,3 @@ void MyService::clearStats(::google::protobuf::RpcController* controller,
done->Run(); done->Run();
} }
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */

View File

@ -81,5 +81,3 @@ private:
}; };
#endif #endif
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */

View File

@ -403,5 +403,3 @@ QFile* PcapPort::PortCapturer::captureFile()
{ {
return &capFile_; return &capFile_;
} }
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */

View File

@ -117,5 +117,3 @@ private:
}; };
#endif #endif
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */

View File

@ -52,6 +52,3 @@ PortManager* PortManager::instance()
return instance_; return instance_;
} }
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */

View File

@ -22,5 +22,3 @@ private:
}; };
#endif #endif
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */

View File

@ -140,5 +140,3 @@ void WinPcapPort::PortMonitor::run()
QThread::msleep(1000); QThread::msleep(1000);
} }
} }
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */

View File

@ -27,5 +27,3 @@ private:
}; };
#endif #endif
/* vim: set shiftwidth=4 tabstop=8 softtabstop=4 expandtab: */